From 0ab2ddc43c4d485b85624f3c13c419789f28f488 Mon Sep 17 00:00:00 2001 From: Dave Nichols Date: Tue, 23 Jan 2024 12:24:52 +0000 Subject: [PATCH 1/2] Adding classes to capture the large hero background colours --- styles/Typo.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/styles/Typo.css b/styles/Typo.css index da46328..efac6cf 100644 --- a/styles/Typo.css +++ b/styles/Typo.css @@ -1599,6 +1599,22 @@ form.hs-form .hs-input[type="checkbox"] { background-color: #ededed; } +.hero.large.background-orange{ + background-color: #e47031; +} + +.hero.large.background-green{ + background-color: #78a12e; +} + +.hero.large.background-red{ + background-color: #d1222b; +} + +.hero.large.background-blue{ + background-color: #005796; +} + .hero.large > div:nth-child(1) picture > img { position: absolute; top: 0; From 352701f570d2777b81cb605a9956840572308f6f Mon Sep 17 00:00:00 2001 From: Dave Nichols Date: Mon, 19 Feb 2024 15:22:37 +0000 Subject: [PATCH 2/2] 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;