test css colour info box h2

This commit is contained in:
Chris Croome
2026-03-19 11:43:16 +00:00
parent e2fe984c8f
commit 2266017764

View File

@ -461,7 +461,6 @@ footer {
background: var(--cotech-white); background: var(--cotech-white);
border-radius: var(--space-sm); border-radius: var(--space-sm);
border: 2px solid var(--cotech-light-grey); border: 2px solid var(--cotech-light-grey);
color: var(--cotech-black);
max-width: var(--measure); max-width: var(--measure);
} }
@ -513,7 +512,7 @@ footer {
} }
.coop-info-box__content h2 { .coop-info-box__content h2 {
color: var(--cotech-black); color: var(--cotech-black) !important;
} }
.coop-info-box__body { .coop-info-box__body {