mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/SmallDialog: make button text white if its bg is red
This commit is contained in:
@ -209,6 +209,7 @@
|
||||
|
||||
.popup-button.red {
|
||||
background-color: var(--red);
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.popup-button:not(.active) {
|
||||
|
Reference in New Issue
Block a user