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

View File

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