light: fix color of PR delete button

This commit is contained in:
pat-s 2022-12-14 14:17:26 +01:00
parent 59b09324ec
commit 52e563e2c7
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
2 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@
.ui.negative.buttons .button,
.ui.negative.button {
background-color: none;
color: #db2828;
color: #fff;
}
.ui.green.button {

View File

@ -335,7 +335,7 @@ a.muted {
.ui.negative.buttons .button,
.ui.negative.button {
background-color: none;
color: #db2828;
color: #fff;
}
.ui.green.button {