We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20200f commit 95d5e5dCopy full SHA for 95d5e5d
.vitepress/config.ts
@@ -711,6 +711,7 @@ export default defineConfigWithTheme<ThemeConfig>({
711
},
712
713
markdown: {
714
+ theme: 'github-dark',
715
config(md) {
716
md.use(headerPlugin)
717
// .use(textAdPlugin)
.vitepress/theme/styles/index.css
@@ -4,8 +4,3 @@
4
@import "./inline-demo.css";
5
@import "./utilities.css";
6
@import "./style-guide.css";
7
-
8
-/* vitepress rc.31 migrated to shijiki and need this to apply code styles */
9
-.vp-code span {
10
- color: var(--shiki-dark, inherit);
11
-}
0 commit comments