diff options
Diffstat (limited to 'docs/vitepress.theme.css')
-rw-r--r-- | docs/vitepress.theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vitepress.theme.css b/docs/vitepress.theme.css index 64d85a0..7bd694f 100644 --- a/docs/vitepress.theme.css +++ b/docs/vitepress.theme.css @@ -3,7 +3,7 @@ */ .VPNavBar .VPNavBarTitle span { - font-size: 1.4em; + font-size: 1.2em; font-weight: bold; background: linear-gradient(120deg, var(--vp-c-brand-3), var(--vp-c-brand-1)); -webkit-background-clip: text; |