From f711343cc8bc897e8c2fe6c9c8ef8ed42e475fb6 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 19:31:45 -0800 Subject: fix(ui): adjust font sizes for v2 (NK-550s2k) --- frontend/src/components/FeedItem.css | 3 ++- frontend/src/index.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'frontend') diff --git a/frontend/src/components/FeedItem.css b/frontend/src/components/FeedItem.css index 8c1609b..a6b92f6 100644 --- a/frontend/src/components/FeedItem.css +++ b/frontend/src/components/FeedItem.css @@ -22,7 +22,8 @@ } .item-title { - font-size: 1.25rem; + font-size: 1.35rem; + /* approx 24px */ font-weight: bold; text-decoration: none; color: var(--link-color); 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; -- cgit v1.2.3