mirror of
https://github.com/fmhy/edit.git
synced 2026-01-11 19:06:17 +00:00
add fix for light mode being broken (#4249)
This commit is contained in:
committed by
GitHub
parent
43babf2889
commit
a34693f77b
@@ -85,7 +85,7 @@ const updateThemeColor = (colorName: ColorNames, amoledEnabled: boolean) => {
|
||||
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;
|
||||
}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user