diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 19:24:24 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 19:24:24 -0800 |
| commit | 215d6198ae1bb9af61841bd532b439c2b0dcfab6 (patch) | |
| tree | 5b13c0090a41b68660cb3aac75f23a95b768bab6 /frontend | |
| parent | 110ff8bc3ea0640a19f3d6e2baa361a16b19d46d (diff) | |
| download | neko-215d6198ae1bb9af61841bd532b439c2b0dcfab6.tar.gz neko-215d6198ae1bb9af61841bd532b439c2b0dcfab6.tar.bz2 neko-215d6198ae1bb9af61841bd532b439c2b0dcfab6.zip | |
fix(ui): increase base font size to 18px (NK-9pgjph)
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/index.css b/frontend/src/index.css index 821a259..fb656ca 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,5 +1,6 @@ body { font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif; + font-size: 18px; } h1, |
