light: fix color of PR delete button

This commit is contained in:
pat-s 2023-01-10 20:18:32 +01:00 committed by Basti Lathe
parent 0543439b47
commit f9f3462610
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 {