From 4e633f481b56d8c2999e1678a7cb1937aecfe90b Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Thu, 1 Jan 2026 21:06:02 +0100 Subject: [PATCH] Update table hover color to be less jarring --- src/tables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tables.css b/src/tables.css index dc74fde..8c94f48 100644 --- a/src/tables.css +++ b/src/tables.css @@ -25,7 +25,7 @@ thead th { } tr:hover { - background-color: var(--color-brand-text-bg-07) !important; + background-color: var(--color-brand-text-bg-09) !important; } td {