mirror of
https://github.com/fmhy/edit.git
synced 2025-10-13 00:01:09 +11:00
please let this work unc
This commit is contained in:
parent
9e1755fd44
commit
2035b3eaaf
1 changed files with 20 additions and 4 deletions
|
@ -106,19 +106,35 @@ const updateThemeColor = (colorName: ColorNames) => {
|
||||||
--vp-c-bg-soft: rgb(23, 23, 23) !important;
|
--vp-c-bg-soft: rgb(23, 23, 23) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
html, body {
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.VPApp, .Layout, .VPContent, .VPHome, .VPHero, #app {
|
.VPApp, .Layout, .VPContent, .VPHome, .VPHero, #app, .vp-doc {
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark body {
|
.VPHome {
|
||||||
|
background-color: #ffffff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.VPHome .VPHero {
|
||||||
|
background-color: #ffffff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark html, .dark body {
|
||||||
background-color: rgb(26, 26, 26) !important;
|
background-color: rgb(26, 26, 26) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .VPApp, .dark .Layout, .dark .VPContent, .dark .VPHome, .dark .VPHero, .dark #app {
|
.dark .VPApp, .dark .Layout, .dark .VPContent, .dark .VPHome, .dark .VPHero, .dark #app, .dark .vp-doc {
|
||||||
|
background-color: rgb(26, 26, 26) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark .VPHome {
|
||||||
|
background-color: rgb(26, 26, 26) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark .VPHome .VPHero {
|
||||||
background-color: rgb(26, 26, 26) !important;
|
background-color: rgb(26, 26, 26) !important;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue