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 cf9b91a commit bf4acf2Copy full SHA for bf4acf2
docs/src/.vitepress/theme/style.css
@@ -70,6 +70,10 @@ html.dark {
70
background-clip: text;
71
}
72
73
+.vp-doc .header-anchor {
74
+ -webkit-text-fill-color: var(--vp-c-brand-1) !important;
75
+}
76
+
77
/* Subtle gold glow for code blocks */
78
.vp-code-group .tabs .tab.active {
79
color: var(--vp-c-brand-1);
0 commit comments