Skip to content

Commit b572255

Browse files
Mattia Vianellivins01-4science
authored andcommitted
Merged in task/dspace-cris-2024_02_x/DSC-2570 (pull request DSpace#3804)
DSC-2570 made footer links normal instead of bold Approved-by: Andrea Barbasso
2 parents 02c1a69 + f8b5128 commit b572255

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

src/app/footer/footer.component.scss

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

611
footer {
@@ -23,6 +28,15 @@
2328
background-color: var(--ds-top-footer-bg);
2429
padding: var(--ds-footer-padding);
2530
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+
}
2640
}
2741

2842
.bottom-footer {

0 commit comments

Comments
 (0)