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 5f7847a commit b01d620Copy full SHA for b01d620
docs/.vitepress/theme/styles/main.css
@@ -11,7 +11,8 @@ body {
11
--vp-home-hero-image-filter: blur(50px) !important;
12
--vp-home-hero-name-color: transparent !important;
13
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe, #41d1ff) !important;
14
- /* --vp-c-brand: #bd34fe !important; */
+ --vp-c-brand: #bd34fe !important;
15
+ --vp-code-tab-active-bar-color: var(--vp-c-green) !important;
16
--vp-button-brand-border: #bd34fe !important;
17
--vp-button-brand-bg: #bd34fe !important;
18
--vp-button-brand-hover-bg: #ae00ff !important;
0 commit comments