diff options
| author | Henry Jameson <me@hjkos.com> | 2024-05-22 19:54:19 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-05-22 19:54:19 +0300 |
| commit | e4a819a0e2ed9c57dc2191428d86a33bb5918862 (patch) | |
| tree | c8ca394e149c47d5b67348ddcf6e4cf187d0e914 /src/App.scss | |
| parent | fd1011f622870385d8a694d60b66269e731b36cd (diff) | |
initial Appearance Tab implementation, added text size/UI scale option
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 6e0aabca..32ca9189 100644 --- a/src/App.scss +++ b/src/App.scss @@ -3,7 +3,7 @@ @import "./panel"; :root { - --font-size: 14px; + --fontSize: 14px; --status-margin: 0.75em; --navbar-height: 3.5rem; --post-line-height: 1.4; @@ -20,7 +20,7 @@ } html { - font-size: var(--font-size); + font-size: var(--textSize); // overflow-x: clip causes my browser's tab to crash with SIGILL lul } |
