From 24e50bcafa89af8611eca24268aa99f72ab46820 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Mon, 5 Feb 2024 19:09:17 +0100 Subject: [PATCH] fix: use higher specificity to avoid !important (#53536) --- client/src/templates/Introduction/intro.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/templates/Introduction/intro.css b/client/src/templates/Introduction/intro.css index 8d131824c5b..21a152fbd4a 100644 --- a/client/src/templates/Introduction/intro.css +++ b/client/src/templates/Introduction/intro.css @@ -511,9 +511,9 @@ ToDo: find out why, and remove the need for it */ position: relative; } -.grid-project-block:hover { +.block-grid.grid-project-block:hover { cursor: pointer; - background: var(--tertiary-background) !important; + background: var(--tertiary-background); } .grid-project-block a.block-header {