aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/FeedItem.css
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-13 19:37:49 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-13 19:37:49 -0800
commit50a1a0a747cde56cfe139a823b3b6e70cc505c64 (patch)
treeb2e1ffc7d8ba0c358ea0e034d57a216cc2a22e11 /frontend/src/components/FeedItem.css
parent3a93692c8b84d15cb1e47586fa41368abfa20aa9 (diff)
downloadneko-50a1a0a747cde56cfe139a823b3b6e70cc505c64.tar.gz
neko-50a1a0a747cde56cfe139a823b3b6e70cc505c64.tar.bz2
neko-50a1a0a747cde56cfe139a823b3b6e70cc505c64.zip
fix(ui): keep titles blue and remove underline on hover (NK-rohuiq)
Diffstat (limited to 'frontend/src/components/FeedItem.css')
-rw-r--r--frontend/src/components/FeedItem.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/src/components/FeedItem.css b/frontend/src/components/FeedItem.css
index a6b92f6..1261737 100644
--- a/frontend/src/components/FeedItem.css
+++ b/frontend/src/components/FeedItem.css
@@ -6,7 +6,6 @@
}
.feed-item.read .item-title {
- color: #888;
font-weight: normal;
}
@@ -32,7 +31,7 @@
}
.item-title:hover {
- text-decoration: underline;
+ text-decoration: none;
color: var(--link-color);
}