cobalt.css: fix error button color

This commit is contained in:
wukko 2024-01-17 16:43:14 +06:00
parent ca51acd5bd
commit ecb42c0fc8

View file

@ -465,8 +465,8 @@ button:active,
.popup.small .explanation {
margin-bottom: 0.9rem;
}
.close-error {
background: var(--accent);
.popup.small .close-error.switch {
background: var(--accent)!important;
color: var(--background);
}
.popup.scrollable {