Skip to content

Commit 4e9e0e9

Browse files
authored
monochrome code (#2151)
1 parent f3df5c5 commit 4e9e0e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vitepress/theme/custom.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88
--theme-phosphate-3: #26c1ad;
99
--theme-phosphate-soft: #d7fbf7;
1010
--vp-c-brand-1: var(--theme-phosphate); /* link and brand color */
11-
--vp-c-brand-2: var(--theme-phosphate-2);
11+
--vp-c-brand-2: var(--theme-phosphate-2);
1212
--vp-c-brand-3: var(--theme-phosphate-3);
1313
--hero-brand-contrast: rgb(243, 139, 233); /* home page alt color */
1414
--vp-c-brand-soft: var(--theme-phosphate-soft);
1515
--mono-heading: "Spline Sans Mono", monospace;
1616
--vp-font-family-mono: var(--mono-heading);
1717
--vp-font-family-base: Inter, -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
18+
--vp-code-color: inherit;
1819
--vp-code-font-size: 14px;
1920
--vp-code-line-height: 1.5;
2021
}

0 commit comments

Comments
 (0)