Skip to content

Commit

Permalink
update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv8433 committed Jun 25, 2024
1 parent ea9db70 commit 3084ea6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Help/Help.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ body {
display: flex;
justify-content: center;
margin-bottom: 1rem;
color: #333;
color: #3C38B9;
}

.help-container h2 {
color: #34495e;
color: #00073e;
font-size: 30px;
}

.help-container p {
font-size: 22px;
margin-bottom: 1rem;
font-family: "ABeeZee";
color: #666;
color: #00073e;
line-height: 1.6;
}

Expand All @@ -73,4 +73,5 @@ body {
margin-bottom: 1rem;
cursor: pointer;
font-size: 22px;
color: #00073e;
}

0 comments on commit 3084ea6

Please sign in to comment.