From 0ca9a2c8c0d04b3468c93de4a53fac8197581d8b Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 25 Jul 2024 11:49:18 +0300 Subject: Fix font size and language switcher? --- src/App.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/App.scss') diff --git a/src/App.scss b/src/App.scss index 6e0aabca..2b601fee 100644 --- a/src/App.scss +++ b/src/App.scss @@ -3,7 +3,6 @@ @import "./panel"; :root { - --font-size: 14px; --status-margin: 0.75em; --navbar-height: 3.5rem; --post-line-height: 1.4; @@ -20,7 +19,7 @@ } html { - font-size: var(--font-size); + font-size: var(--font-size, 14px); // overflow-x: clip causes my browser's tab to crash with SIGILL lul } -- cgit v1.2.3-70-g09d2