We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98703d7 + 5809f5f commit ea51414Copy full SHA for ea51414
1 file changed
docs/.vitepress/theme/style.css
@@ -198,6 +198,13 @@
198
--vp-c-bg: #0a0a0a;
199
--vp-c-bg-soft: #141414;
200
--vp-c-bg-mute: #1f1f1f;
201
+
202
+ /* Brand colors */
203
+ --vp-c-brand-1: #2893cc;
204
+ --vp-c-brand-2: #2893cc;
205
+ --vp-c-brand-3: #2893cc;
206
+ --vp-c-brand-soft: rgba(0, 99, 153, 0.14);
207
+ --plane-500: #2893cc;
208
}
209
210
/* ================================================
0 commit comments