File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
IDE/components/CollectionList Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,11 @@ export const SectionItem = styled.div`
121
121
& a {
122
122
font-weight: 700;
123
123
font-size: ${ remSize ( 16 ) } ;
124
+ text-decoration: underline;
124
125
125
126
&:hover {
126
127
text-decoration: underline;
128
+ text-decoration-thickness: 0.1em;
127
129
}
128
130
}
129
131
@@ -176,6 +178,7 @@ export const ContactHandles = styled.p`
176
178
177
179
& a {
178
180
color: ${ prop ( 'logoColor' ) } ;
181
+ text-decoration: underline;
179
182
180
183
&:hover {
181
184
text-decoration: underline;
@@ -202,9 +205,11 @@ export const Footer = styled.div`
202
205
& a {
203
206
margin: ${ remSize ( 20 ) } 9.5% 0 0;
204
207
color: ${ prop ( 'logoColor' ) } ;
208
+ text-decoration: underline;
205
209
206
210
&:hover {
207
211
text-decoration: underline;
212
+ text-decoration-thickness: 0.1em;
208
213
}
209
214
}
210
215
Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ const SketchsTableRow = styled.tr`
34
34
35
35
a {
36
36
color: ${ prop ( 'primaryTextColor' ) } ;
37
+ text-decoration: underline;
38
+
39
+ &:hover {
40
+ text-decoration: underline;
41
+ text-decoration-thickness: 0.1em;
42
+ }
37
43
}
38
44
39
45
&.is-deleted > * {
Original file line number Diff line number Diff line change 148
148
149
149
.sketches-table__row a {
150
150
@include themify () {
151
+ text-decoration : underline ;
151
152
color : getThemifyVariable (" primary-text-color" );
152
153
}
154
+
153
155
}
154
156
155
157
.sketches-table__row.is-deleted > * {
186
188
@include themify () {
187
189
color : getThemifyVariable (" logo-color" );
188
190
}
191
+ text-decoration-thickness : 0.1em ;
189
192
}
You can’t perform that action at this time.
0 commit comments