aboutsummaryrefslogtreecommitdiffstats
path: root/web/dist/v3/themes/sakura.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 /web/dist/v3/themes/sakura.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 'web/dist/v3/themes/sakura.css')
-rw-r--r--web/dist/v3/themes/sakura.css9
1 files changed, 1 insertions, 8 deletions
diff --git a/web/dist/v3/themes/sakura.css b/web/dist/v3/themes/sakura.css
index 948e22e..095ae57 100644
--- a/web/dist/v3/themes/sakura.css
+++ b/web/dist/v3/themes/sakura.css
@@ -195,17 +195,10 @@ body {
margin-top: 2.5rem;
border-radius: 0;
border-bottom: none;
- transition: opacity 0.4s ease;
+
}
-.feed-item.read {
- opacity: 0.4;
-}
-.feed-item.read .item-title {
- color: var(--sakura-stone);
- font-weight: 400;
-}
/* Subtle separator -- a single thin rule, Japanese-style restraint */
.feed-item+.feed-item {