Skip to content

Commit

Permalink
Added Hover Effect in Footer Links (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
jency1 committed Jun 16, 2024
1 parent 2e37550 commit 6869e5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions csedge.courses/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,11 @@ footer {
.footer-links li a {
text-decoration: none;
color: #f5f5f5;

}

.footer-links li a:hover {
text-decoration: underline;
}

.footer-contact {
Expand Down

0 comments on commit 6869e5f

Please sign in to comment.