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 72b5958 commit 75571d4Copy full SHA for 75571d4
.vitepress/theme/style.css
@@ -107,6 +107,17 @@
107
#E6673E 50%
108
);
109
--vp-home-hero-image-filter: blur(44px);
110
+
111
+ --vp-c-bg: #ffe2d4;
112
+ --vp-c-bg-soft:#ffdbc7;
113
+ --vp-sidebar-bg-color:#fae0d1;
114
115
+}
116
117
+:root.dark {
118
+ --vp-c-bg: #141211;
119
+ --vp-c-bg-soft:#231A15;
120
+ --vp-sidebar-bg-color:#141211;
121
}
122
123
@media (min-width: 640px) {
0 commit comments