We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f15f2 commit 84cfb5bCopy full SHA for 84cfb5b
.vitepress/theme/style.css
@@ -9,6 +9,10 @@
9
--dt-dark-background: var(--bg-medium-blue);
10
--vp-home-hero-name-color: transparent;
11
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, var(--dt-dark-background), var(--dt-light-background));
12
+ --vp-code-font-size: 16px;
13
--vp-custom-block-font-size: 16px;
- --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;
18
}
0 commit comments