Skip to content

Commit 84cfb5b

Browse files
committed
Adjusted styling.
1 parent b5f15f2 commit 84cfb5b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vitepress/theme/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
--dt-dark-background: var(--bg-medium-blue);
1010
--vp-home-hero-name-color: transparent;
1111
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--dt-dark-background), var(--dt-light-background));
12+
--vp-code-font-size: 16px;
1213
--vp-custom-block-font-size: 16px;
13-
--vp-code-font-size: 0.9em;
14+
--vp-custom-block-code-font-size: 16px;
15+
--vp-custom-block-tip-text: #9A3412;
16+
--vp-custom-block-tip-bg: #FFF7ED;
17+
--vp-custom-block-tip-code-bg: #FFF7ED;
1418
}

0 commit comments

Comments
 (0)