3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-22 22:17:31 +00:00

Fix selector typo

The h2 here was not being applied to just the info box.
This commit is contained in:
Chris Lowis
2025-12-21 21:13:51 +00:00
parent 23afe2cb68
commit 4d476227ab

View File

@ -467,7 +467,11 @@ footer {
padding: var(--space-lg); padding: var(--space-lg);
} }
.coop-info-box__content strong, h2 { .coop-info-box__content strong {
color: var(--cotech-black);
}
.coop-info-box__content h2 {
color: var(--cotech-black); color: var(--cotech-black);
} }