From 22eacbaf2712aee2a1c448a0e53f241f8c7bd255 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 09:30:16 -0800 Subject: ui: simplify themes to light/dark and improve theme-aware styling (fixing NK-dp5efo) --- frontend/src/components/FeedItems.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/FeedItems.css') diff --git a/frontend/src/components/FeedItems.css b/frontend/src/components/FeedItems.css index 02323a9..7154ac2 100644 --- a/frontend/src/components/FeedItems.css +++ b/frontend/src/components/FeedItems.css @@ -5,7 +5,7 @@ .feed-items h2 { margin-top: 0; - border-bottom: 2px solid #eee; + border-bottom: 2px solid var(--border-color); padding-bottom: 0.5rem; } -- cgit v1.2.3