From fb5ae6732c6cfd32882df992a88c4f34d1bb0249 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 20 Jun 2026 12:53:31 +0200 Subject: [PATCH] fix: remove redundant background declaration from .trip-card:hover --- themes/intotheeast/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index 96eb6b3..109364e 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -869,7 +869,6 @@ body::after { .trip-card:hover { border-color: var(--color-accent); - background: var(--color-surface-raised); } .trip-card:hover,