This commit is contained in:
2025-05-07 15:06:17 -07:00
parent 84f79c5dc1
commit 36f1d7471a
3 changed files with 16 additions and 5 deletions

View File

@@ -34,19 +34,26 @@ section.grid-callout {
.standard-callouts {
.col {
&:first-of-type {
&:nth-of-type(1), &:nth-of-type(6) {
.callout {
background-color: $c-tan;
color: $c-white;
}
}
&:nth-of-type(2) {
&:nth-of-type(2), &:nth-of-type(4) {
.callout {
background-color: $c-offWhite;
color: $c-navy;
}
}
&:nth-of-type(3), &:nth-of-type(5) {
.callout {
background-color: $c-lightNavy;
color: $c-white;
}
}
}
}