v0.9.9 css fixes

This commit is contained in:
2026-03-14 01:19:04 -04:00
parent ea2d84d36e
commit 71f97e89c9
6 changed files with 8 additions and 10 deletions

View File

@@ -208,10 +208,10 @@
.footer-menu-item.danger { color: var(--error); }
.footer-menu-item.danger:hover { background: #fce8e6; }
.group-item.has-unread { background: var(--primary-light); }
.group-item.has-unread { background: var(--surface-variant); }
.unread-name { font-weight: 700; color: var(--text-primary) !important; }
.badge-unread {
background: var(--text-secondary);
background: #e53935;
color: white;
font-size: 11px;
font-weight: 600;