This commit is contained in:
2025-06-02 16:18:18 -07:00
parent 8ab617ec59
commit 6824e40ec8
3 changed files with 5 additions and 3 deletions

3
dist/app.css vendored
View File

@@ -12533,6 +12533,8 @@ section.services-blocks h2, section.services-blocks .h2 {
} }
section.services-blocks .block { section.services-blocks .block {
padding: 2rem 1.5rem; padding: 2rem 1.5rem;
background-color: #075179;
color: #fff;
} }
section.services-blocks .block svg { section.services-blocks .block svg {
margin-bottom: 1rem; margin-bottom: 1rem;
@@ -12549,7 +12551,6 @@ section.services-blocks .block:nth-of-type(even) h3, section.services-blocks .bl
} }
section.services-blocks .block:first-of-type { section.services-blocks .block:first-of-type {
background-color: #B9AF78; background-color: #B9AF78;
color: #fff;
} }
.post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 { .post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 {

View File

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

View File

@@ -10,6 +10,8 @@ section.services-blocks {
.block { .block {
padding: 2rem 1.5rem; padding: 2rem 1.5rem;
background-color: $c-lightNavy;
color: $c-white;
svg { svg {
margin-bottom: 1rem; margin-bottom: 1rem;
@@ -30,7 +32,6 @@ section.services-blocks {
&:first-of-type { &:first-of-type {
background-color: $c-tan; background-color: $c-tan;
color: $c-white;
} }
} }
} }