Skip to content

Commit f717c57

Browse files
committed
added change in underline thickness upon hover
1 parent 536922d commit f717c57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/styles/components/_preferences.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
}
7979
& a:hover {
8080
text-decoration: underline;
81+
text-decoration-thickness: 0.1em;
8182
}
8283
}
8384

@@ -157,6 +158,7 @@
157158
}
158159
& a:hover {
159160
text-decoration: underline;
161+
text-decoration-thickness: 0.1em;
160162
}
161163
}
162164
}

0 commit comments

Comments
 (0)