Skip to content

Commit

Permalink
Apply to home section link as well
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 22, 2024
1 parent 9acc633 commit 8805a83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1199,11 +1199,13 @@ hr.thick{
.link-to-top i {
margin-left: -3px;
}
.main-nav .link-flat {
.main-nav .link-flat,
#home .link-flat {
opacity: .65;
color: #fff;
}
.main-nav .link-flat:hover {
.main-nav .link-flat:hover,
#home .link-flat:hover {
opacity: 1;
color: #fff;
}
Expand Down

0 comments on commit 8805a83

Please sign in to comment.