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;