Skip to content

Commit a641f89

Browse files
committed
fee brand colors
1 parent cd379fe commit a641f89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vitepress/theme/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
font-optical-sizing: auto;
1313
font-weight: 400;
1414
font-style: normal;
15+
--vp-c-brand-1: #0065BD;
16+
}
17+
18+
:root.dark {
19+
--vp-c-brand-1: #6AADE4;
1520
}
1621

1722
p {

0 commit comments

Comments
 (0)