From 78c4fafe9e6cff2ce27991d83a392b70b881f977 Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Sat, 27 Nov 2021 17:12:34 -0500 Subject: [PATCH] Change h1 test --- public/assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 6111010..3009bed 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -147,7 +147,7 @@ body.home_page_one h4, body.home_page_one h5, body.home_page_one h6 { font-family: 'Poppins', sans-serif; - color: #01062e; + color: #0a629c; } body.home_page_one h1 a, @@ -156,7 +156,7 @@ body.home_page_one h3 a, body.home_page_one h4 a, body.home_page_one h5 a, body.home_page_one h6 a { - color: #01062e; + color: #0a629c; }