Update main.css

Fixed text color on rule instruction bug
This commit is contained in:
Toby Chui 2024-02-16 15:51:56 +08:00
parent 4f676d6770
commit 3ab952f168

View File

@ -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;