Skip to content

Commit bf4acf2

Browse files
committed
docs: fix color of '#' symbol
1 parent cf9b91a commit bf4acf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/.vitepress/theme/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ html.dark {
7070
background-clip: text;
7171
}
7272

73+
.vp-doc .header-anchor {
74+
-webkit-text-fill-color: var(--vp-c-brand-1) !important;
75+
}
76+
7377
/* Subtle gold glow for code blocks */
7478
.vp-code-group .tabs .tab.active {
7579
color: var(--vp-c-brand-1);

0 commit comments

Comments
 (0)