mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
docs: fix mobile menu background on light mode landing page (#18633)
This commit is contained in:
parent
5182272d52
commit
f83ba1e29e
@ -3,6 +3,8 @@
|
||||
/* /////////////////////// */
|
||||
|
||||
html:has(.landing) {
|
||||
--vp-c-bg: #101010;
|
||||
|
||||
background-color: #101010;
|
||||
|
||||
body {
|
||||
@ -10,10 +12,6 @@ html:has(.landing) {
|
||||
}
|
||||
}
|
||||
|
||||
html.dark:has(.landing) {
|
||||
--vp-c-bg: #101010;
|
||||
}
|
||||
|
||||
.landing {
|
||||
overflow-x: hidden;
|
||||
background-color: #101010;
|
||||
|
Loading…
Reference in New Issue
Block a user