aboutsummaryrefslogtreecommitdiffstats
path: root/frontend-vanilla/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-vanilla/src/style.css')
-rw-r--r--frontend-vanilla/src/style.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css
index f58ae24..c765666 100644
--- a/frontend-vanilla/src/style.css
+++ b/frontend-vanilla/src/style.css
@@ -444,14 +444,6 @@ select:focus {
transition: background-color 0.2s ease;
}
-.feed-item.selected {
- background-color: rgba(0, 123, 255, 0.05);
- box-shadow: inset 4px 0 0 var(--accent-color);
-}
-
-.theme-dark .feed-item.selected {
- background-color: rgba(33, 136, 255, 0.1);
-}
.item-header {
display: flex;