From 8518868ee671c4bc99b27fbda47bb93a1e366eff Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Wed, 18 Feb 2026 19:40:46 -0800 Subject: Improve scroll-to-read robustness and add visual feedback for read items across all themes --- frontend-vanilla/src/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'frontend-vanilla/src/style.css') diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index fd51eff..f6e7f2f 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -450,7 +450,17 @@ select:focus { margin-top: 2rem; border-bottom: none; border-radius: 8px; - transition: background-color 0.2s ease; + 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; } -- cgit v1.2.3