From 50a1a0a747cde56cfe139a823b3b6e70cc505c64 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 19:37:49 -0800 Subject: fix(ui): keep titles blue and remove underline on hover (NK-rohuiq) --- frontend/src/components/FeedItem.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend/src') diff --git a/frontend/src/components/FeedItem.css b/frontend/src/components/FeedItem.css index a6b92f6..1261737 100644 --- a/frontend/src/components/FeedItem.css +++ b/frontend/src/components/FeedItem.css @@ -6,7 +6,6 @@ } .feed-item.read .item-title { - color: #888; font-weight: normal; } @@ -32,7 +31,7 @@ } .item-title:hover { - text-decoration: underline; + text-decoration: none; color: var(--link-color); } -- cgit v1.2.3