From 4a9650bd540fe9b70ae6a974bd58bd035277ee15 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Mon, 4 Nov 2024 23:37:44 +0800 Subject: [PATCH] fix abnormal color in dark mode --- module/webroot/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/webroot/styles.css b/module/webroot/styles.css index 0e5b080..f633930 100644 --- a/module/webroot/styles.css +++ b/module/webroot/styles.css @@ -210,6 +210,10 @@ body { border: 1px solid #6E6E6E; } + .search-input { + color: white; + } + .menu-options, #menu-button { background-color: #343434;