From 40dd80f76b9de72248404b0c097df7d3f04a2362 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Wed, 18 Feb 2026 19:44:25 -0800 Subject: Remove visual styling for read items per user request --- frontend-vanilla/src/style.css | 9 --------- 1 file changed, 9 deletions(-) (limited to 'frontend-vanilla/src/style.css') diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index f6e7f2f..e35e698 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -453,15 +453,6 @@ select:focus { transition: background-color 0.2s ease, opacity 0.3s ease; } -.feed-item.read { - opacity: 0.5; -} - -.feed-item.read .item-title { - font-weight: normal; - color: var(--text-color); - opacity: 0.8; -} .item-header { -- cgit v1.2.3