web/SmallDialog: make button text white if its bg is red
This commit is contained in:
@@ -209,6 +209,7 @@
|
|||||||
|
|
||||||
.popup-button.red {
|
.popup-button.red {
|
||||||
background-color: var(--red);
|
background-color: var(--red);
|
||||||
|
color: var(--white);
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-button:not(.active) {
|
.popup-button:not(.active) {
|
||||||
|
|||||||
Reference in New Issue
Block a user