mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-03 06:07:20 +02:00
Update main.css
Fixed text color on rule instruction bug
This commit is contained in:
parent
4f676d6770
commit
3ab952f168
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user