Skip to content

Commit 536922d

Browse files
committed
changed links in settings library management to be underlined by default
1 parent a41c1b7 commit 536922d

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
@@ -71,6 +71,7 @@
7171
margin-bottom: #{math.div(10, $base-font-size)}rem;
7272

7373
& a {
74+
text-decoration: underline;
7475
@include themify() {
7576
color: getThemifyVariable('button-background-hover-color');
7677
}
@@ -151,6 +152,7 @@
151152
@include themify() {
152153
display: contents;
153154
& a {
155+
text-decoration: underline;
154156
color: getThemifyVariable('button-background-hover-color');
155157
}
156158
& a:hover {

0 commit comments

Comments
 (0)