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
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

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