This commit is contained in:
2025-06-02 16:17:36 -07:00
parent deb35cba78
commit 8ab617ec59
3 changed files with 17 additions and 1 deletions

View File

@@ -19,6 +19,15 @@ section.services-blocks {
font-weight: bold;
}
&:nth-of-type(even) {
background-color: $c-offWhite;
color: $c-textGrey;
h3 {
color: $c-navy;
}
}
&:first-of-type {
background-color: $c-tan;
color: $c-white;