mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-07-31 18:36:50 +02:00
Update main.css
Fixed text color on rule instruction bug
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user