aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/public/themes/terminal.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-vanilla/public/themes/terminal.css')
-rw-r--r--frontend-vanilla/public/themes/terminal.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/frontend-vanilla/public/themes/terminal.css b/frontend-vanilla/public/themes/terminal.css
index 484d3ff..929fac0 100644
--- a/frontend-vanilla/public/themes/terminal.css
+++ b/frontend-vanilla/public/themes/terminal.css
@@ -215,16 +215,10 @@ body {
padding: 1.25rem 0.5rem;
margin-top: 1.5rem;
border-bottom: 1px solid var(--border-color);
- transition: opacity 0.4s ease;
+
}
-.feed-item.read {
- opacity: 0.35;
-}
-.feed-item.read .item-title {
- text-decoration: none;
-}
.feed-item.selected {
background-color: var(--terminal-dim);