web/SmallDialog: make button text white if its bg is red

This commit is contained in:
wukko
2024-07-20 21:56:43 +06:00
parent d7bf98a80b
commit d4d4eded32

View File

@ -209,6 +209,7 @@
.popup-button.red {
background-color: var(--red);
color: var(--white);
}
.popup-button:not(.active) {