web/SmallDialog: make button text white if its bg is red
This commit is contained in:
parent
d7bf98a80b
commit
d4d4eded32
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@
|
|||
|
||||
.popup-button.red {
|
||||
background-color: var(--red);
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.popup-button:not(.active) {
|
||||
|
|
Loading…
Reference in a new issue