This commit is contained in:
2025-05-07 15:03:27 -07:00
parent e3bac7b9ec
commit 7e3064fd94
3 changed files with 24 additions and 1 deletions

8
dist/app.css vendored
View File

@@ -12221,6 +12221,14 @@ section.grid-callout .callout p.headline {
font-weight: 600;
font-size: 30px;
}
section.grid-callout .standard-callouts .col:first-of-type .callout {
background-color: #B9AF78;
color: #fff;
}
section.grid-callout .standard-callouts .col:nth-of-type(2) .callout {
background-color: #F2F2F2;
color: #063C5A;
}
section.grid-callout .callout.first-callout {
padding: 2rem 3rem 3rem;
background-color: #063C5A;