From 394f76f8895c897aa56ba3752710d429c49e56a6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 4 Oct 2023 13:51:31 +0300 Subject: [PATCH] fix close button on win98 theme --- files/assets/css/themes/win98.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/assets/css/themes/win98.css b/files/assets/css/themes/win98.css index 4a418983d..a7e2e3a3b 100644 --- a/files/assets/css/themes/win98.css +++ b/files/assets/css/themes/win98.css @@ -185,3 +185,7 @@ blockquote { .modal-content { background-color: var(--gray-500); } + +button.close i { + color: var(--light) !important; +}