From a87267977a9af0cde6bfb35d3dc44ca6c7322742 Mon Sep 17 00:00:00 2001 From: Abhishek kushwaha <86338762+Abbhiishek@users.noreply.github.com> Date: Thu, 3 Mar 2022 19:10:28 +0530 Subject: [PATCH] Changed the home page title font color and para color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Text Was Getting Hidden When Viewed In Mobile Pages Due To Same Font Color As Background ## changes made 👍 - changed .son_para colour to orange - changed media query at 920px for .son__Para h3 span to colour : #ffc069; --- src/components/styles/Home.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/styles/Home.css b/src/components/styles/Home.css index d42e4f3..521fc4d 100644 --- a/src/components/styles/Home.css +++ b/src/components/styles/Home.css @@ -20,7 +20,7 @@ width: 735px; } .son__Para{ - color: #663F3F; + color: var(--orange); ; } .son__Para h3{ @@ -164,8 +164,8 @@ color: #FFC069; max-width: none !important; text-align: center !important; } - .son__Para h3 span{ - color: #fff; + .son__Para h3 span { + color: #ffc069; } }