From 22660177645fd9819ba3cbc6e46672d7d6d83ef6 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 19 Mar 2026 11:43:16 +0000 Subject: [PATCH] test css colour info box h2 --- assets/css/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index dc96878..cc2b67c 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -461,7 +461,6 @@ footer { background: var(--cotech-white); border-radius: var(--space-sm); border: 2px solid var(--cotech-light-grey); - color: var(--cotech-black); max-width: var(--measure); } @@ -513,7 +512,7 @@ footer { } .coop-info-box__content h2 { - color: var(--cotech-black); + color: var(--cotech-black) !important; } .coop-info-box__body {