Skip to content

Commit 6869e5f

Browse files
authored
Added Hover Effect in Footer Links (#464)
1 parent 2e37550 commit 6869e5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

csedge.courses/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,11 @@ footer {
599599
.footer-links li a {
600600
text-decoration: none;
601601
color: #f5f5f5;
602+
603+
}
602604

605+
.footer-links li a:hover {
606+
text-decoration: underline;
603607
}
604608

605609
.footer-contact {

0 commit comments

Comments
 (0)