Skip to content

Commit

Permalink
hover
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaBK24 committed Sep 7, 2024
1 parent d5e7522 commit de7a14f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@ footer span{
align-content: flex-end;
align-items: center;
}
.burger-button:hover{
background: none;
}
.burger{
background-color: #3A52BF;
height: 3px;
Expand Down Expand Up @@ -481,6 +484,9 @@ footer span{
padding: 0;
margin: 0;
}
.burger-button:hover{
background: none;
}
.burger{
background-color: #3A52BF;
height: 3px;
Expand Down Expand Up @@ -580,6 +586,9 @@ footer span{
padding: 0;
margin: 0;
}
.burger-button:hover{
background: none;
}
.burger{
background-color: #3A52BF;
height: 3px;
Expand Down

0 comments on commit de7a14f

Please sign in to comment.