Compare
v1.1.2...v2.0.0
- rename
defaultTheme
tooverrideTheme
and clarify it overrules and ignores prefers-color-scheme - add
prefersTheme
to specify the theme when the browser does not support prefers-color-scheme - remove
css-prefers-color-scheme
frompackage.json
- fix typo
- adjust color matching
- fix the
code-group
andcode-block
styles on vuepress 1.6.0
- remove
css-prefers-color-scheme
- refactor
defaultTheme
defaultTheme: null -> <html>
defaultTheme: 'light' -> <html theme="light">
defaultTheme: 'dark' -> <html theme="dark">
- fix styles
- add variables
- uniform code style
- fix typo
- fix styles on pwa
- fix styles on
vuepress
1.3.0
- fix navigation border color for dark theme
- fix styles on
vuepress
1.2.0
- fix styles
- Add
defaultTheme
to control default theme color