From 11ea3276534ca4dc268608da3bc52257900aa07e Mon Sep 17 00:00:00 2001 From: BelKed <66956532+BelKed@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:53:28 +0200 Subject: [PATCH] Don't change the color of the close button in the alert --- static/dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/dark.css b/static/dark.css index c77dd65d..3fb90b57 100644 --- a/static/dark.css +++ b/static/dark.css @@ -8,7 +8,7 @@ a, button, span, div, select { outline: none; } -body, button, html, table { +body, button:not(.close), html, table { color: #e9ebf0 !important; }