From c20e16686dc2f8dfc9d3f017670091c462244607 Mon Sep 17 00:00:00 2001 From: Sophie Bell-Gray <92156579+sophiebellgray@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:47:00 +0100 Subject: [PATCH] Update style.css --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index e0a0514..a081a3a 100644 --- a/style.css +++ b/style.css @@ -127,10 +127,10 @@ nav.sticky .menu-btn{ } .home .text-one{ font-size: 25px; - color: #FFF; + color: #FFFFFF; } .home .text-two{ - color: #ede9f5; + color: #FFFFFF; font-size: 75px; font-weight: 600; margin-left: -3px; @@ -138,12 +138,12 @@ nav.sticky .menu-btn{ .home .text-three{ font-size: 40px; margin: 5px 0; - color: #FFF; + color: #FFFFFF; } .home .text-four{ font-size: 23px; margin: 5px 0; - color: #FFF; + color: #FFFFFF; } .home .button{ margin: 14px 0; @@ -155,7 +155,7 @@ nav.sticky .menu-btn{ font-size: 25px; font-weight: 400; background: #6c24e0; - color: #fff; + color: #FFFFFF; cursor: pointer; border: 2px solid transparent; transition: all 0.4s ease;