From 097066f412e2bbe5304d725070d87b4c4091cc00 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 28 May 2024 14:38:50 -0700 Subject: [PATCH] Revert "recent_topics: Change background color in dark mode on hover on a row." This reverts commit 4ee37244bb6ce78e43cfe842fdb4b07b72cca186. This was not found to be uniformly agreed as an improvement. --- web/styles/dark_theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/dark_theme.css b/web/styles/dark_theme.css index bcec696097..fb348d27ef 100644 --- a/web/styles/dark_theme.css +++ b/web/styles/dark_theme.css @@ -693,7 +693,7 @@ background-color: var(--color-background); &:hover { - background-color: var(--color-background-active-narrow-filter); + background-color: hsl(208deg 26% 11% / 60%); } } @@ -701,7 +701,7 @@ background-color: hsl(212deg 30% 22% / 40%); &:hover { - background-color: var(--color-background-active-narrow-filter); + background-color: hsl(212deg 30% 22% / 60%); } }