This commit is contained in:
2025-05-07 15:10:35 -07:00
parent 292edd576c
commit c1467cd172
3 changed files with 10 additions and 3 deletions

5
dist/app.css vendored
View File

@@ -12229,7 +12229,7 @@ section.grid-callout .callout p.headline {
font-size: 30px; font-size: 30px;
} }
section.grid-callout .standard-callouts .col { section.grid-callout .standard-callouts .col {
padding-top: 1rem; padding-top: 1.5rem;
} }
section.grid-callout .standard-callouts .col:nth-of-type(1) .callout, section.grid-callout .standard-callouts .col:nth-of-type(6) .callout { section.grid-callout .standard-callouts .col:nth-of-type(1) .callout, section.grid-callout .standard-callouts .col:nth-of-type(6) .callout {
background-color: #B9AF78; background-color: #B9AF78;
@@ -12239,6 +12239,9 @@ section.grid-callout .standard-callouts .col:nth-of-type(2) .callout, section.gr
background-color: #F2F2F2; background-color: #F2F2F2;
color: #063C5A; color: #063C5A;
} }
section.grid-callout .standard-callouts .col:nth-of-type(2) .callout img, section.grid-callout .standard-callouts .col:nth-of-type(4) .callout img {
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
}
section.grid-callout .standard-callouts .col:nth-of-type(3) .callout, section.grid-callout .standard-callouts .col:nth-of-type(5) .callout { section.grid-callout .standard-callouts .col:nth-of-type(3) .callout, section.grid-callout .standard-callouts .col:nth-of-type(5) .callout {
background-color: #075179; background-color: #075179;
color: #fff; color: #fff;

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2", "/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=d690093c8ba51c664cfedae9c63db1a0" "/app.css": "/app.css?id=c7d8f4994b06f353d881b98eea0b9d6f"
} }

View File

@@ -34,7 +34,7 @@ section.grid-callout {
.standard-callouts { .standard-callouts {
.col { .col {
padding-top: 1rem; padding-top: 1.5rem;
&:nth-of-type(1), &:nth-of-type(6) { &:nth-of-type(1), &:nth-of-type(6) {
.callout { .callout {
@@ -47,6 +47,10 @@ section.grid-callout {
.callout { .callout {
background-color: $c-offWhite; background-color: $c-offWhite;
color: $c-navy; color: $c-navy;
img {
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
}
} }
} }