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 7bfb88d commit 72b5958Copy full SHA for 72b5958
.vitepress/config.mts
@@ -9,7 +9,7 @@ import hljs from 'highlight.js';
9
// https://vitepress.dev/reference/site-config
10
export default defineConfig({
11
12
- appearance:'force-dark',
+ appearance: 'dark',
13
markdown: {
14
// https://github.com/markdown-it/markdown-it#syntax-highlighting
15
highlight(str: string, lang: string, attrs: string) {
.vitepress/theme/style.css
@@ -101,9 +101,6 @@
101
--vp-button-brand-bg: #CF6E3B;
102
--vp-button-brand-hover-bg: #AD5933;
103
--vp-c-brand-1: #CF6E3B;
104
- --vp-c-bg: #141211;
105
- --vp-c-bg-soft:#231A15;
106
- --vp-sidebar-bg-color:#141211;
107
--vp-home-hero-image-background-image: linear-gradient(
108
-45deg,
109
#F59D34 50%,
0 commit comments