Skip to content

Commit

Permalink
Fix:bytemakers#339 Hero text color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chandanbir committed Oct 10, 2024
1 parent 057f5ae commit 8857d43
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -63,4 +63,4 @@
font-size: 16px;
padding: 0px 2rem;
}
}
}

0 comments on commit 8857d43

Please sign in to comment.