diff --git a/.vitepress/theme/styles/landing.css b/.vitepress/theme/styles/landing.css index 5bcbb643..0d363f9d 100644 --- a/.vitepress/theme/styles/landing.css +++ b/.vitepress/theme/styles/landing.css @@ -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;