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 --- web/dist/v3/themes/codex.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'web/dist/v3/themes/codex.css') diff --git a/web/dist/v3/themes/codex.css b/web/dist/v3/themes/codex.css index fcf4e33..e4dd176 100644 --- a/web/dist/v3/themes/codex.css +++ b/web/dist/v3/themes/codex.css @@ -182,16 +182,10 @@ body { border-radius: 0; padding-bottom: 2.5rem; border-bottom: none; - transition: opacity 0.4s ease; + } -.feed-item.read { - opacity: 0.5; -} -.feed-item.read .item-title { - color: var(--codex-muted); -} /* Decorative separator between items -- a subtle fleuron */ .feed-item+.feed-item::before { -- cgit v1.2.3