Skip to content

Commit

Permalink
Merge pull request #1 from Abbhiishek/Text-Gets-Hidden-#130
Browse files Browse the repository at this point in the history
Changed the home page title font color and para color
  • Loading branch information
Abbhiishek authored Mar 3, 2022
2 parents 214ce99 + a872679 commit a28ffcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/styles/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
width: 735px;
}
.son__Para{
color: #663F3F;
color: var(--orange);
;
}
.son__Para h3{
Expand Down Expand Up @@ -164,8 +164,8 @@ color: #FFC069;
max-width: none !important;
text-align: center !important;
}
.son__Para h3 span{
color: #fff;
.son__Para h3 span {
color: #ffc069;
}
}

Expand Down

0 comments on commit a28ffcb

Please sign in to comment.