Skip to content

Commit 819f69f

Browse files
committed
fix: make sure brand colors work in dark mode as well
1 parent 851fa64 commit 819f69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/theme/custom.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:root {
22
--vp-c-brand-1: #c43c75;
3-
--vp-c-brand-2: #912b81;
3+
--vp-c-brand-2: #e34e65;
44
--vp-c-brand-3: #c43c75;
5-
--vp-c-brand-soft: #fbe9f0;
5+
--vp-c-brand-soft: rgba(196, 60, 117, 0.13);
66
}
77

88
.VPFooter a {

0 commit comments

Comments
 (0)