Skip to content

Commit

Permalink
Removed text colors
Browse files Browse the repository at this point in the history
Removed set color
  • Loading branch information
JavierM333 committed Oct 24, 2023
1 parent 4837788 commit 551288d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/Home.module.css
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
.landingTitle {
/* TEMPORARY color till global theme is placed*/
color: #035496;
font-size: 2em;
margin-bottom: 1rem;
margin-left: 1em;
margin-right: 1em;
}

.landingBackground h2 {
/* TEMPORARY color till global theme is placed*/
color: #057cde;
font-size: 1.5em;
margin-bottom: 0.5rem;
margin-left: 1em;
margin-right: 1em;
}

.landingBackground p {
/* TEMPORARY color till global theme is placed*/
color: #59b1f9;
margin-bottom: 0.5rem;
margin-left: 1em;
margin-right: 1em;
Expand Down

0 comments on commit 551288d

Please sign in to comment.