Skip to content

Commit bb7ca62

Browse files
committed
fix light theme text color in docs
1 parent 73924ed commit bb7ca62

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
@@ -1,4 +1,8 @@
11
:root {
2+
--vp-c-text-1: darkslategrey;
3+
}
4+
5+
:root.dark {
26
--vp-c-text-1: lavenderblush;
37
}
48

0 commit comments

Comments
 (0)