Skip to content

Commit c379831

Browse files
committed
fix dark mode tip
1 parent 077a968 commit c379831

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
background: none;
2929
}
3030

31+
:root.dark [aria-label=tip] {
32+
fill: var(--vp-c-bg-alt);
33+
}
34+
3135
:root.dark marker[stroke="white"] {
3236
stroke: var(--vp-c-bg);
3337
}

0 commit comments

Comments
 (0)