diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 19:31:45 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 19:31:45 -0800 |
| commit | f711343cc8bc897e8c2fe6c9c8ef8ed42e475fb6 (patch) | |
| tree | 8cc5b6664b74b96b23aeec07f421f69df28846f5 /frontend/src/index.css | |
| parent | e43909be7e8f8b2b5d7b002448912e23e40ad4e9 (diff) | |
| download | neko-f711343cc8bc897e8c2fe6c9c8ef8ed42e475fb6.tar.gz neko-f711343cc8bc897e8c2fe6c9c8ef8ed42e475fb6.tar.bz2 neko-f711343cc8bc897e8c2fe6c9c8ef8ed42e475fb6.zip | |
fix(ui): adjust font sizes for v2 (NK-550s2k)
Diffstat (limited to 'frontend/src/index.css')
| -rw-r--r-- | frontend/src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/index.css b/frontend/src/index.css index fb656ca..aca76c6 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,6 +1,5 @@ body { font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif; - font-size: 18px; } h1, @@ -18,6 +17,7 @@ h5, :root { line-height: 1.5; font-weight: 400; + font-size: 18px; /* Light Mode Defaults */ --bg-color: #ffffff; |
