From ecb42c0fc8e4fd0fbaec4086e2c188d17633bb58 Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 17 Jan 2024 16:43:14 +0600 Subject: [PATCH] cobalt.css: fix error button color --- src/front/cobalt.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index a9aeca1e..8aa8e86b 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -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 {