From 2e3f6d5995c3086a16046e51e8764b9d872c3380 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 19 Mar 2026 11:49:20 +0000 Subject: [PATCH] rm !important as it didn't work --- assets/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/app.css b/assets/css/app.css index cc2b67ce..f49a75d4 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -512,7 +512,7 @@ footer { } .coop-info-box__content h2 { - color: var(--cotech-black) !important; + color: var(--cotech-black); } .coop-info-box__body {