Skip to content

Commit 0a100f5

Browse files
committed
added underline for sketch links
1 parent af312d2 commit 0a100f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/styles/components/_sketch-list.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,10 @@
148148

149149
.sketches-table__row a {
150150
@include themify() {
151+
text-decoration: underline;
151152
color: getThemifyVariable("primary-text-color");
152153
}
154+
153155
}
154156

155157
.sketches-table__row.is-deleted > * {
@@ -186,4 +188,5 @@
186188
@include themify() {
187189
color: getThemifyVariable("logo-color");
188190
}
191+
text-decoration-thickness: 0.1em;
189192
}

0 commit comments

Comments
 (0)