From 3ab952f16848fc2c2eac0f296313b1c2ada418d6 Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Fri, 16 Feb 2024 15:51:56 +0800 Subject: [PATCH] Update main.css Fixed text color on rule instruction bug --- src/web/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/web/main.css b/src/web/main.css index 2eac06e..5874dc9 100644 --- a/src/web/main.css +++ b/src/web/main.css @@ -61,7 +61,6 @@ body.darkTheme #themeColorButton{ body{ background-color:var(--theme_bg); - color: var(--text_color); } .functiontab{ @@ -127,6 +126,9 @@ body{ display: none !important; } +.rulesInstructions, .rulesInstructions span{ + color: white !important; +} .ui.divider{ font-weight: 300;