aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-07-25 11:49:18 +0300
committerHenry Jameson <me@hjkos.com>2024-07-25 11:49:18 +0300
commit0ca9a2c8c0d04b3468c93de4a53fac8197581d8b (patch)
treea5cf748bde1b1d5fd9d0c3351d412c531282f543 /src/App.scss
parent7a7d80270d1ae041f06c1fd9017135cb5b8c34d6 (diff)
Fix font size and language switcher?
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss3
1 files changed, 1 insertions, 2 deletions
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
}