remove hover style

This commit is contained in:
Greg Shuflin 2025-02-05 03:12:16 -08:00
parent ee06791ef7
commit d356027283

View File

@ -545,11 +545,6 @@ button:disabled {
color: var(--text-muted);
}
.feed-entry:hover {
background-color: var(--sidebar-bg);
opacity: 1;
}
.feed-entry-title {
display: flex;
align-items: center;