mirror of
https://git.coop/cotech/website.git
synced 2025-12-22 18:47:32 +00:00
Fix selector typo
The h2 here was not being applied to just the info box.
This commit is contained in:
@ -467,7 +467,11 @@ footer {
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user