From 8857d433cf3843771f1ae389070cd801845a5b6d Mon Sep 17 00:00:00 2001 From: chandanbir Date: Fri, 11 Oct 2024 00:52:10 +0530 Subject: [PATCH] Fix:#339 Hero text color fix --- .../LandingPage/Components/HeroSection/HeroSection.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/frontend/src/components/LandingPage/Components/HeroSection/HeroSection.css b/apps/web/frontend/src/components/LandingPage/Components/HeroSection/HeroSection.css index 60ac2c9..72d6d6b 100644 --- a/apps/web/frontend/src/components/LandingPage/Components/HeroSection/HeroSection.css +++ b/apps/web/frontend/src/components/LandingPage/Components/HeroSection/HeroSection.css @@ -10,13 +10,13 @@ } .hero-section h1 { - color: var(--dark-color); + color: var(--light-color); font-size: 48px; font-weight: 900; } .hero-section h4 { - color: var(--dark-color); + color: var(--light-color); font-size: 22px; font-weight: 300; text-align: center; @@ -63,4 +63,4 @@ font-size: 16px; padding: 0px 2rem; } -} +} \ No newline at end of file