From fa93ff7c179ad6b8525e13f10dc48c065f97d3ee Mon Sep 17 00:00:00 2001 From: Zinovii Dmytriv Date: Thu, 9 Feb 2023 02:19:29 +0200 Subject: [PATCH] Increased font size (#559) Co-authored-by: Zinovii Dmytriv --- src/css/custom.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 8afeef09b..3dfed2406 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -45,8 +45,7 @@ li > ul.menu__list { /* You can override the default Infima variables here. */ :root { - --ifm-code-font-size: 80%; - --ifm-font-size-base: 90%; + --ifm-code-font-size: 95%; --ifm-menu-color: var(--c-gray-100); --ifm-menu-link-padding-horizontal: 0.25rem;