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

7
dist/app.css vendored
View File

@@ -12540,6 +12540,13 @@ section.services-blocks .block svg {
section.services-blocks .block h3, section.services-blocks .block .h3 { section.services-blocks .block h3, section.services-blocks .block .h3 {
font-weight: bold; font-weight: bold;
} }
section.services-blocks .block:nth-of-type(even) {
background-color: #F2F2F2;
color: #333333;
}
section.services-blocks .block:nth-of-type(even) h3, section.services-blocks .block:nth-of-type(even) .h3 {
color: #063C5A;
}
section.services-blocks .block:first-of-type { section.services-blocks .block:first-of-type {
background-color: #B9AF78; background-color: #B9AF78;
color: #fff; color: #fff;

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=5eac0e800d054e042b38219bfbe29f71" "/app.css": "/app.css?id=6604b597a4ff28bb9e89d0fc5ccd0818"
} }

View File

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