Fix light style

This commit is contained in:
daleclack 2024-02-06 12:04:12 +08:00
parent c25fa6666a
commit cc263c77ed
1 changed files with 5 additions and 0 deletions

View File

@ -22,21 +22,26 @@
/* Background color in the box should be transparent*/
.default_style box {
background-color: transparent;
color: black;
}
.default_style separator {
background-color: transparent;
color: black;
}
.default_style grid {
background-color: transparent;
color: black;
}
.default_style stackswitcher {
color: transparent;
background-color: transparent;
color: black;
}
.default_style gridview{
background-color: transparent;
color: black;
}