3
0
mirror of https://git.coop/cotech/website.git synced 2026-03-29 02:35:59 +00:00

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);
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 {