This commit is contained in:
2025-06-02 16:42:46 -07:00
parent 65114abf29
commit bc29a6f3ea
3 changed files with 22 additions and 18 deletions

View File

@@ -34,16 +34,18 @@ section.services-blocks {
font-weight: bold;
}
&:nth-of-type(even) {
background-color: $c-offWhite;
color: $c-textGrey;
@include media-breakpoint-down(lg) {
&:nth-of-type(even) {
background-color: $c-offWhite;
color: $c-textGrey;
h3 {
color: $c-navy;
}
h3 {
color: $c-navy;
}
svg {
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
svg {
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
}
}
}