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 /frontend-vanilla/src | |
| 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 'frontend-vanilla/src')
| -rw-r--r-- | frontend-vanilla/src/style.css | 9 |
1 files changed, 0 insertions, 9 deletions
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 { |
