Skip to content

Commit e294a6b

Browse files
authored
Merge pull request #250 from ahmed-abohmaid/links-hover
Add footer links hover
2 parents f199b2a + 4742664 commit e294a6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/footer/style.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
text-decoration: none;
2424
}
2525

26+
.list a:hover {
27+
text-decoration: underline;
28+
}
29+
2630
.grid {
2731
display: grid;
2832
grid-template-rows: 35px auto;

0 commit comments

Comments
 (0)