diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 20:50:41 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 20:50:41 -0800 |
| commit | c313ad43b18e5694a97548435e7ff086e5fd743a (patch) | |
| tree | e6c98dbfab9f5e500ae84ea9fa007281d9e52624 /frontend-vanilla | |
| parent | 27bd895a5ff0b95045ea6a26b9440874b1c6bf0e (diff) | |
| download | neko-c313ad43b18e5694a97548435e7ff086e5fd743a.tar.gz neko-c313ad43b18e5694a97548435e7ff086e5fd743a.tar.bz2 neko-c313ad43b18e5694a97548435e7ff086e5fd743a.zip | |
Vanilla JS (v3): Adjust font sizes to comfortable 16px middle ground
Diffstat (limited to 'frontend-vanilla')
| -rw-r--r-- | frontend-vanilla/src/style.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index 1b3efc4..a3a566a 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: 15px; - /* Reduced from 18px */ + font-size: 16px; + /* Middle ground between 15px and 18px */ /* Light Mode Defaults */ --bg-color: #ffffff; @@ -131,13 +131,12 @@ body { .sidebar-section li a { display: block; - padding: 0.3rem 0.8rem; - /* Tighter padding */ + padding: 0.4rem 0.8rem; margin: 0.1rem 0; border-radius: 8px; transition: all 0.2s ease; font-weight: 500; - font-size: 0.9rem; + font-size: 1rem; /* Explicit smaller size */ text-decoration: none; color: var(--text-color); |
