diff options
author | Aylur <[email protected]> | 2024-09-22 00:31:39 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-22 00:31:39 +0000 |
commit | 75057a2a8fec51b8dbf221f3121f3727de0680c1 (patch) | |
tree | 7fef84b77db4b9076657bb85e6aa409e130304df /docs/vitepress.theme.css | |
parent | bcd912764fb6a709284aaa07399403d045a50ef2 (diff) |
docs: add icon
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; |