Skip to content

Commit 50c6d58

Browse files
committed
added underlines to about page
1 parent 0a100f5 commit 50c6d58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/modules/About/About.styles.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,11 @@ export const SectionItem = styled.div`
121121
& a {
122122
font-weight: 700;
123123
font-size: ${remSize(16)};
124+
text-decoration: underline;
124125
125126
&:hover {
126127
text-decoration: underline;
128+
text-decoration-thickness: 0.1em;
127129
}
128130
}
129131
@@ -176,6 +178,7 @@ export const ContactHandles = styled.p`
176178
177179
& a {
178180
color: ${prop('logoColor')};
181+
text-decoration: underline;
179182
180183
&:hover {
181184
text-decoration: underline;
@@ -202,9 +205,11 @@ export const Footer = styled.div`
202205
& a {
203206
margin: ${remSize(20)} 9.5% 0 0;
204207
color: ${prop('logoColor')};
208+
text-decoration: underline;
205209
206210
&:hover {
207211
text-decoration: underline;
212+
text-decoration-thickness: 0.1em;
208213
}
209214
}
210215

0 commit comments

Comments
 (0)