mirror of
https://github.com/fmhy/edit.git
synced 2025-11-28 00:41:20 +11:00
add fix for light mode being broken
This commit is contained in:
parent
43babf2889
commit
b4d165ab38
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ const updateThemeColor = (colorName: ColorNames, amoledEnabled: boolean) => {
|
||||||
background-color: ${darkBg} !important;
|
background-color: ${darkBg} !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .VPApp, .dark .Layout, .dark .VPContent, .dark .VPHome, .dark .VPHero, .dark #app, .vp-doc {
|
.dark .VPApp, .dark .Layout, .dark .VPContent, .dark .VPHome, .dark .VPHero, .dark #app, .dark .vp-doc {
|
||||||
background-color: ${darkBg} !important;
|
background-color: ${darkBg} !important;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue