From c9a28d08aeb2d2883811c5719443145f93011452 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 17:09:21 -0800 Subject: style(v2): make links blue and bold to match legacy look (NK-6b4a2e) --- frontend/src/components/FeedItem.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'frontend/src/components/FeedItem.css') diff --git a/frontend/src/components/FeedItem.css b/frontend/src/components/FeedItem.css index bdca707..8c1609b 100644 --- a/frontend/src/components/FeedItem.css +++ b/frontend/src/components/FeedItem.css @@ -24,17 +24,15 @@ .item-title { font-size: 1.25rem; font-weight: bold; - /* Legacy headers were bold */ text-decoration: none; - color: #333; + color: var(--link-color); display: block; flex: 1; } .item-title:hover { - text-decoration: none; - color: blue; - /* Legacy link color */ + text-decoration: underline; + color: var(--link-color); } .item-actions { -- cgit v1.2.3