Skip to content

Commit 1164760

Browse files
committed
swap color for light theme in docs to a darker color
1 parent bb7ca62 commit 1164760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--vp-c-text-1: darkslategrey;
2+
--vp-c-text-1: #344242;
33
}
44

55
:root.dark {

0 commit comments

Comments
 (0)