diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 3 |
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 } |
