From f7e108b022a28185f4ed7405db2af1cf6fbf24af Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Sep 2023 20:04:34 +0300 Subject: [PATCH] fix modal background in win98 theme --- files/assets/css/win98.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/assets/css/win98.css b/files/assets/css/win98.css index e4fc66331c..b96e3b8414 100644 --- a/files/assets/css/win98.css +++ b/files/assets/css/win98.css @@ -181,3 +181,7 @@ blockquote { .award-name { color: var(--black); } + +.modal-content { + background-color: var(--gray-500); +}