Skip to content

Commit f8b5128

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2570 underline added for accessibility tests
1 parent 1ebbd8b commit f8b5128

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/app/footer/footer.component.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
background-color: var(--ds-top-footer-bg);
2929
padding: var(--ds-footer-padding);
3030
margin: calc(var(--ds-footer-padding) * -1);
31+
32+
p a {
33+
text-decoration: underline;
34+
35+
&:hover,
36+
&:focus {
37+
text-decoration: underline;
38+
}
39+
}
3140
}
3241

3342
.bottom-footer {

0 commit comments

Comments
 (0)