From f85c61c5ff06c43d74ccf3233f56c6e5dc576319 Mon Sep 17 00:00:00 2001 From: Dania Rifki Date: Sat, 7 Feb 2026 18:44:11 +0800 Subject: Make font slightly smaller --- doc/docs/.vitepress/theme/custom.css | 4 ++-- 1 file 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, } .VPNavBarTitle .title { - font-size: 1.125rem; + font-size: 1.1rem; } /* Make the Hero Title (YueScript) feel more "Editorial" */ @@ -221,4 +221,4 @@ h6, /* Slight adjustment to code block background to fit the midnight theme */ .dark .vp-code-group .tabs label { background-color: #1a1f2e; -} +} \ No newline at end of file -- cgit v1.2.3-55-g6feb