Skip to content

Commit 1ebbd8b

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2570 underline on hover for links
1 parent 18b558c commit 1ebbd8b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/app/footer/footer.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
:host {
22
a {
33
font-weight: normal;
4+
5+
&:hover,
6+
&:focus {
7+
text-decoration: underline;
8+
}
49
}
510

611
footer {

0 commit comments

Comments
 (0)