-
I'd like to use custom theme. .vitepress/theme/index.ts import './style/index.css'
import Layout from './components/Layout.vue'
export default {
Layout,
} Dark mode and switch button work perfectly, but when I refresh page, I can see transition from light to dark, not stay in dark mode. |
Beta Was this translation helpful? Give feedback.
Answered by
ylw5
Sep 13, 2022
Replies: 1 comment
-
I forget adding |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brc-dd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I forget adding
html.dark {color-scheme: dark;}
in variables.css to improve dark mode default style