mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 03:08:30 +00:00
web/SmallDialog: make button text white if its bg is red
This commit is contained in:
parent
20d4ffbe81
commit
f2653fe0a5
@ -209,6 +209,7 @@
|
||||
|
||||
.popup-button.red {
|
||||
background-color: var(--red);
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.popup-button:not(.active) {
|
||||
|
Loading…
Reference in New Issue
Block a user