From 1a01cdfec8a9b9f5d575e6cf936b2120d4fef554 Mon Sep 17 00:00:00 2001 From: vfiftyfive Date: Tue, 23 Apr 2024 19:39:39 +0100 Subject: [PATCH] Change font size and side-bar width --- src/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 4935b0550..9706b4009 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -18,7 +18,7 @@ --ifm-color-primary-lighter: #377fad; --ifm-color-primary-lightest: #408fc2; --ifm-code-font-size: 85%; - --ifm-font-size-base: 0.85rem; + --ifm-font-size-base: 1rem; --ifm-font-weight-base: 400; --ifm-h1-font-size: 2.5rem; --ifm-code-border-radius: 5px; @@ -136,7 +136,7 @@ article { /* Allow for slightly longer sidebar items than the default width */ :root { - --doc-sidebar-width: 350px !important; + --doc-sidebar-width: 300px !important; } /* Auto-wrap text in code blocks @@ -400,4 +400,4 @@ footer .container-fluid { .hideme { display: none !important; -} \ No newline at end of file +}