diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/docs/.vitepress/theme/custom.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docs/.vitepress/theme/custom.css b/doc/docs/.vitepress/theme/custom.css index 493069e..4050784 100644 --- a/doc/docs/.vitepress/theme/custom.css +++ b/doc/docs/.vitepress/theme/custom.css | |||
| @@ -87,7 +87,7 @@ h6, | |||
| 87 | } | 87 | } |
| 88 | 88 | ||
| 89 | .VPNavBarTitle .title { | 89 | .VPNavBarTitle .title { |
| 90 | font-size: 1.125rem; | 90 | font-size: 1.1rem; |
| 91 | } | 91 | } |
| 92 | 92 | ||
| 93 | /* Make the Hero Title (YueScript) feel more "Editorial" */ | 93 | /* Make the Hero Title (YueScript) feel more "Editorial" */ |
| @@ -221,4 +221,4 @@ h6, | |||
| 221 | /* Slight adjustment to code block background to fit the midnight theme */ | 221 | /* Slight adjustment to code block background to fit the midnight theme */ |
| 222 | .dark .vp-code-group .tabs label { | 222 | .dark .vp-code-group .tabs label { |
| 223 | background-color: #1a1f2e; | 223 | background-color: #1a1f2e; |
| 224 | } | 224 | } \ No newline at end of file |
