This commit is contained in:
2025-06-02 16:44:38 -07:00
parent 8a17e76807
commit 35be08a634
3 changed files with 5 additions and 5 deletions

6
dist/app.css vendored
View File

@@ -12568,14 +12568,14 @@ section.services-blocks .block h3, section.services-blocks .block .h3 {
}
}
@media (min-width: 992px) {
section.services-blocks .block:nth-child(2), section.services-blocks .block:nth-child(4) {
section.services-blocks .block:nth-child(2), section.services-blocks .block:nth-child(5) {
background-color: #F2F2F2;
color: #333333;
}
section.services-blocks .block:nth-child(2) h3, section.services-blocks .block:nth-child(2) .h3, section.services-blocks .block:nth-child(4) h3, section.services-blocks .block:nth-child(4) .h3 {
section.services-blocks .block:nth-child(2) h3, section.services-blocks .block:nth-child(2) .h3, section.services-blocks .block:nth-child(5) h3, section.services-blocks .block:nth-child(5) .h3 {
color: #063C5A;
}
section.services-blocks .block:nth-child(2) svg, section.services-blocks .block:nth-child(4) svg {
section.services-blocks .block:nth-child(2) svg, section.services-blocks .block:nth-child(5) svg {
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
}
}

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=f6d7a5c0d62a58f5780370003333dbfa"
"/app.css": "/app.css?id=92c60005f6f1ddbf4bd65b641bbc8454"
}

View File

@@ -50,7 +50,7 @@ section.services-blocks {
}
@include media-breakpoint-up(lg) {
&:nth-child(2), &:nth-child(4) {
&:nth-child(2), &:nth-child(5) {
background-color: $c-offWhite;
color: $c-textGrey;