diff --git a/docs/.vitepress/theme/styles/landing.css b/docs/.vitepress/theme/styles/landing.css index cc612c24b..18897f48b 100644 --- a/docs/.vitepress/theme/styles/landing.css +++ b/docs/.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;