We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a100f5 commit 50c6d58Copy full SHA for 50c6d58
1 file changed
client/modules/About/About.styles.js
@@ -121,9 +121,11 @@ export const SectionItem = styled.div`
121
& a {
122
font-weight: 700;
123
font-size: ${remSize(16)};
124
+ text-decoration: underline;
125
126
&:hover {
127
text-decoration: underline;
128
+ text-decoration-thickness: 0.1em;
129
}
130
131
@@ -176,6 +178,7 @@ export const ContactHandles = styled.p`
176
178
177
179
180
color: ${prop('logoColor')};
181
182
183
184
@@ -202,9 +205,11 @@ export const Footer = styled.div`
202
205
203
206
margin: ${remSize(20)} 9.5% 0 0;
204
207
208
209
210
211
212
213
214
215
0 commit comments