aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/public/themes/refined.css
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-18 19:44:25 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-18 19:44:25 -0800
commit40dd80f76b9de72248404b0c097df7d3f04a2362 (patch)
treef6382266adca6122983abd8b570906c44eca27b2 /frontend-vanilla/public/themes/refined.css
parent8518868ee671c4bc99b27fbda47bb93a1e366eff (diff)
downloadneko-40dd80f76b9de72248404b0c097df7d3f04a2362.tar.gz
neko-40dd80f76b9de72248404b0c097df7d3f04a2362.tar.bz2
neko-40dd80f76b9de72248404b0c097df7d3f04a2362.zip
Remove visual styling for read items per user request
Diffstat (limited to 'frontend-vanilla/public/themes/refined.css')
-rw-r--r--frontend-vanilla/public/themes/refined.css9
1 files changed, 1 insertions, 8 deletions
diff --git a/frontend-vanilla/public/themes/refined.css b/frontend-vanilla/public/themes/refined.css
index 191a5a2..75137c7 100644
--- a/frontend-vanilla/public/themes/refined.css
+++ b/frontend-vanilla/public/themes/refined.css
@@ -86,17 +86,10 @@ body {
.feed-item {
padding: var(--spacing-md) var(--spacing-sm);
margin-top: var(--spacing-xl);
- transition: opacity 0.3s ease;
+
}
-.feed-item.read {
- opacity: 0.45;
-}
-.feed-item.read .item-title {
- font-weight: 500;
- opacity: 0.8;
-}
.item-title {
font-size: 1.7rem;