Skip to content

Commit c43d1ca

Browse files
committed
normalize hex color to lowercase
1 parent 071e9a1 commit c43d1ca

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
@@ -10,7 +10,7 @@
1010
--vp-c-purple-2: #9a5ae8;
1111
--vp-c-purple-3: #884ad6;
1212
--vp-c-purple-soft: rgba(155, 91, 233, 0.16);
13-
--vp-c-text-1: #F5F5F5;
13+
--vp-c-text-1: #f5f5f5;
1414
}
1515

1616
:root {

0 commit comments

Comments
 (0)