From f6059c939093a7c6faf11d4df0204b6932781a12 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 20 Sep 2022 21:26:50 +0100 Subject: [PATCH] Change text colour --- styles/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/style.css b/styles/style.css index a213641..9c582ef 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,6 +1,6 @@ body { background-color: #aac4ee; - color: #359aff; + color: #0280e5; font-family: sans-serif; text-align: center; padding-bottom: 60px; /*Footer height*/ @@ -40,14 +40,14 @@ body { } .form-info { - color: #3c78d8; + color: #0280e5; font-size: 17px; font-weight: bolder; margin-bottom: 4px; } .form-description { - color: #3c78d8; + color: #0280e5; padding-top: 5px; padding-bottom: 5px; }