From f90d8b8cffa8f764dba5a98e9492a9d8e424993b Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 10 Apr 2026 01:26:20 +0200 Subject: [PATCH] ui: fix watchlist toggle contrast --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 3e07ea1..95a92d6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -654,8 +654,8 @@ a.htmx-request { } .view-toggle a.active { - background: var(--link); - color: white; + background: var(--text); + color: var(--bg); } .status-tabs {