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;