mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-06 23:57:21 +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{
|
body{
|
||||||
background-color:var(--theme_bg);
|
background-color:var(--theme_bg);
|
||||||
color: var(--text_color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.functiontab{
|
.functiontab{
|
||||||
@ -127,6 +126,9 @@ body{
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rulesInstructions, .rulesInstructions span{
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ui.divider{
|
.ui.divider{
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user