From 352701f570d2777b81cb605a9956840572308f6f Mon Sep 17 00:00:00 2001 From: Dave Nichols Date: Mon, 19 Feb 2024 15:22:37 +0000 Subject: [PATCH] Added colours --- styles/Typo.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/styles/Typo.css b/styles/Typo.css index efac6cf..3b5156e 100644 --- a/styles/Typo.css +++ b/styles/Typo.css @@ -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; } @@ -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;