From 551288df08dd5843e1ec66f888f6b97860e8dca3 Mon Sep 17 00:00:00 2001 From: JavierM333 <11445jam@gmail.com> Date: Tue, 24 Oct 2023 17:39:31 -0400 Subject: [PATCH] Removed text colors Removed set color --- src/app/Home.module.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/Home.module.css b/src/app/Home.module.css index 78a34d8..e76ca5e 100644 --- a/src/app/Home.module.css +++ b/src/app/Home.module.css @@ -1,6 +1,4 @@ .landingTitle { - /* TEMPORARY color till global theme is placed*/ - color: #035496; font-size: 2em; margin-bottom: 1rem; margin-left: 1em; @@ -8,8 +6,6 @@ } .landingBackground h2 { - /* TEMPORARY color till global theme is placed*/ - color: #057cde; font-size: 1.5em; margin-bottom: 0.5rem; margin-left: 1em; @@ -17,8 +13,6 @@ } .landingBackground p { - /* TEMPORARY color till global theme is placed*/ - color: #59b1f9; margin-bottom: 0.5rem; margin-left: 1em; margin-right: 1em;