Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebellgray authored Sep 24, 2024
1 parent 65797f4 commit c20e166
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,23 +127,23 @@ nav.sticky .menu-btn{
}
.home .text-one{
font-size: 25px;
color: #FFF;
color: #FFFFFF;
}
.home .text-two{
color: #ede9f5;
color: #FFFFFF;
font-size: 75px;
font-weight: 600;
margin-left: -3px;
}
.home .text-three{
font-size: 40px;
margin: 5px 0;
color: #FFF;
color: #FFFFFF;
}
.home .text-four{
font-size: 23px;
margin: 5px 0;
color: #FFF;
color: #FFFFFF;
}
.home .button{
margin: 14px 0;
Expand All @@ -155,7 +155,7 @@ nav.sticky .menu-btn{
font-size: 25px;
font-weight: 400;
background: #6c24e0;
color: #fff;
color: #FFFFFF;
cursor: pointer;
border: 2px solid transparent;
transition: all 0.4s ease;
Expand Down

0 comments on commit c20e166

Please sign in to comment.