Skip to content

Commit

Permalink
Fixed hover color.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed May 4, 2024
1 parent 1423bf9 commit ec374bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/meet-the-fans.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ svg.home {
padding: 5px 10px 2px;
transition: background-color 0.3s 0.01s;
&:hover {
background-color: #2d3848;
background-color: #3c495f;
}
}
.repoIco {
Expand Down

0 comments on commit ec374bb

Please sign in to comment.