diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 20:55:33 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 20:55:33 -0800 |
| commit | 371e474217b5ade280e2d9b3893b1893be507eb1 (patch) | |
| tree | 28371c17e5d2cc08bc6c5669d74490d813652f33 /frontend-vanilla/src/style.css | |
| parent | c313ad43b18e5694a97548435e7ff086e5fd743a (diff) | |
| download | neko-371e474217b5ade280e2d9b3893b1893be507eb1.tar.gz neko-371e474217b5ade280e2d9b3893b1893be507eb1.tar.bz2 neko-371e474217b5ade280e2d9b3893b1893be507eb1.zip | |
Vanilla JS (v3): Restore base font to 18px and keep sidebar fonts compact
Diffstat (limited to 'frontend-vanilla/src/style.css')
| -rw-r--r-- | frontend-vanilla/src/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index a3a566a..6e048aa 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -5,8 +5,8 @@ --font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.5; - font-size: 16px; - /* Middle ground between 15px and 18px */ + font-size: 18px; + /* Restored to original base size */ /* Light Mode Defaults */ --bg-color: #ffffff; @@ -131,12 +131,13 @@ body { .sidebar-section li a { display: block; - padding: 0.4rem 0.8rem; + padding: 0.3rem 0.8rem; margin: 0.1rem 0; border-radius: 8px; transition: all 0.2s ease; font-weight: 500; - font-size: 1rem; + font-size: 0.85rem; + /* Explicitly smaller sidebar links */ /* Explicit smaller size */ text-decoration: none; color: var(--text-color); |
