Skip to content

Commit

Permalink
Added colours
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-nichols committed Feb 19, 2024
1 parent 0ab2ddc commit 352701f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions styles/Typo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,10 @@ form.hs-form .hs-input[type="checkbox"] {
background-color: #e47031;
}

.hero.large.background-yellow{
background-color: #ec8f2d;
}

.hero.large.background-green{
background-color: #78a12e;
}
Expand All @@ -1615,6 +1619,14 @@ form.hs-form .hs-input[type="checkbox"] {
background-color: #005796;
}

.hero.large.background-black{
background-color: #0d233e;
}

.hero.large.background-purple{
background-color: #6f2a8e;
}

.hero.large > div:nth-child(1) picture > img {
position: absolute;
top: 0;
Expand Down

0 comments on commit 352701f

Please sign in to comment.