docs: fix mobile menu background on light mode landing page (#18633)

This commit is contained in:
翠 / green 2024-11-11 20:24:53 +09:00 committed by GitHub
parent 5182272d52
commit f83ba1e29e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,8 @@
/* /////////////////////// */ /* /////////////////////// */
html:has(.landing) { html:has(.landing) {
--vp-c-bg: #101010;
background-color: #101010; background-color: #101010;
body { body {
@ -10,10 +12,6 @@ html:has(.landing) {
} }
} }
html.dark:has(.landing) {
--vp-c-bg: #101010;
}
.landing { .landing {
overflow-x: hidden; overflow-x: hidden;
background-color: #101010; background-color: #101010;