Skip to content

Commit

Permalink
color corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKumar01 committed Dec 11, 2023
1 parent 6e8c235 commit f34476a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ header h1 {
}
.hero .main-content h1 {
font-size: clamp(2rem, 7vw, 4rem);
color: #460967;
color: #0b0967;
}
.hero .main-content .highlight {
color: var(--accent-clr);
Expand Down Expand Up @@ -191,7 +191,7 @@ header h1 {
.about-title {
font-size: 3rem;
font-weight: 700;
color: #3f1b52;
color: #1b1c52;
padding-left: 1ch;
border-left: 15px solid currentColor;
border-radius: 10px;
Expand Down

0 comments on commit f34476a

Please sign in to comment.