light: port border-radius changes from dark

This commit is contained in:
pat-s
2023-03-28 23:08:29 +02:00
parent e034d5a31c
commit 6b2aac8ce2
2 changed files with 21 additions and 16 deletions

View File

@ -40,12 +40,16 @@
.ui.green.buttons .button,
.ui.green.button {
background-color: #1a7f37;
color: #fff !important;
color: #cdd9e5 !important;
border-radius: 2em;
padding: 5px 10px;
}
.ui.green.labels .label,
.ui.ui.ui.green.label {
background-color: #1a7f37;
color: #fff !important;
color: #cdd9e5 !important;
border-radius: 2em;
padding: 5px 10px;
}
/* "edit" and "reopen" button font color */
.ui.basic.green.buttons .button,