Skip to content

Commit

Permalink
Merge pull request #1094 from 21pa1a6149/main
Browse files Browse the repository at this point in the history
feat: navlinks a:hover css added
  • Loading branch information
apu52 authored Jul 17, 2024
2 parents bdeb831 + e53f953 commit 6e3e9a4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,11 @@ link a:hover {
background-color:red;
}

.navLinks a:hover{
text-decoration: underline;
color: red;
}

.home {
margin-left: 210px;
}
Expand Down Expand Up @@ -2080,10 +2085,10 @@ body {
transition: all 0.2s ease-in-out;
}

.link a:hover::before {
/* .link a:hover::before {
width: 100%;
transition: all 0.2s ease-in-out;
}
} */

.link a:hover::after {
width: 100%;
Expand Down

0 comments on commit 6e3e9a4

Please sign in to comment.