From c403ea9593939c660d2046a920575a67d94e3531 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 20 Jun 2026 20:49:08 +0200 Subject: [PATCH] fix(a11y): fix active filter button contrast (color-ink on accent-light bg) --- themes/intotheeast/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index 2133f3f..1b08180 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -918,7 +918,7 @@ body::after { .trip-filter-btn.is-active, .trip-stats-btn.is-active { - color: var(--color-accent); + color: var(--color-ink); border-color: var(--color-accent); background: var(--color-accent-light); }