From 701be2860104353a99be6520678acfe6360ce274 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 26 Feb 2024 15:36:28 +0100 Subject: [PATCH] use the hover background color --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 2054ee1..43d8475 100644 --- a/styles.css +++ b/styles.css @@ -78,5 +78,5 @@ } .simple-time-tracker-table tr:hover { - background-color: var(--background-secondary-alt); + background-color: var(--background-modifier-hover); }