mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-10 12:46:26 +01:00
cobalt.css: fix error button color
This commit is contained in:
parent
ca51acd5bd
commit
ecb42c0fc8
1 changed files with 2 additions and 2 deletions
|
@ -465,8 +465,8 @@ button:active,
|
||||||
.popup.small .explanation {
|
.popup.small .explanation {
|
||||||
margin-bottom: 0.9rem;
|
margin-bottom: 0.9rem;
|
||||||
}
|
}
|
||||||
.close-error {
|
.popup.small .close-error.switch {
|
||||||
background: var(--accent);
|
background: var(--accent)!important;
|
||||||
color: var(--background);
|
color: var(--background);
|
||||||
}
|
}
|
||||||
.popup.scrollable {
|
.popup.scrollable {
|
||||||
|
|
Loading…
Reference in a new issue