Skip to content

Commit fcf1abe

Browse files
committed
fix: fix css
1 parent 8e3b0f7 commit fcf1abe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/**
22
* Colors
33
* -------------------------------------------------------------------------- */
4-
:root {
4+
:root {
55
--vp-c-brand-1: hsl(128, 56%, 38%);
66
--vp-c-brand-2: hsl(128, 56%, 55%);
77
--vp-c-brand-3: hsl(128, 56%, 45%);
88
--vp-c-brand-soft: rgba(98, 133, 208, 0.16);
99
}
1010

1111
/**
12-
* Component: Home
13-
* -------------------------------------------------------------------------- */
12+
* Component: Home
13+
* -------------------------------------------------------------------------- */
1414

1515
:root {
1616
--vp-home-hero-name-color: transparent;

0 commit comments

Comments
 (0)