ui: fix watchlist toggle contrast

This commit is contained in:
2026-04-10 01:26:20 +02:00
parent e804a45c38
commit f90d8b8cff

View File

@@ -654,8 +654,8 @@ a.htmx-request {
}
.view-toggle a.active {
background: var(--link);
color: white;
background: var(--text);
color: var(--bg);
}
.status-tabs {