diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-18 19:44:25 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-18 19:44:25 -0800 |
| commit | 40dd80f76b9de72248404b0c097df7d3f04a2362 (patch) | |
| tree | f6382266adca6122983abd8b570906c44eca27b2 /web/dist/v3/themes/codex.css | |
| parent | 8518868ee671c4bc99b27fbda47bb93a1e366eff (diff) | |
| download | neko-40dd80f76b9de72248404b0c097df7d3f04a2362.tar.gz neko-40dd80f76b9de72248404b0c097df7d3f04a2362.tar.bz2 neko-40dd80f76b9de72248404b0c097df7d3f04a2362.zip | |
Remove visual styling for read items per user request
Diffstat (limited to 'web/dist/v3/themes/codex.css')
| -rw-r--r-- | web/dist/v3/themes/codex.css | 8 |
1 files changed, 1 insertions, 7 deletions
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 { |
