Skip to content

Commit d23438d

Browse files
authored
Merge pull request #3558 from Izzy-Snyder/underline-settings-links
Underline settings links
2 parents 3606175 + 2aaf0bf commit d23438d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/styles/components/_preferences.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,14 @@
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
}
7778
}
7879
& a:hover {
7980
text-decoration: underline;
81+
text-decoration-thickness: 0.1em;
8082
}
8183
}
8284

@@ -151,10 +153,12 @@
151153
@include themify() {
152154
display: contents;
153155
& a {
156+
text-decoration: underline;
154157
color: getThemifyVariable('button-background-hover-color');
155158
}
156159
& a:hover {
157160
text-decoration: underline;
161+
text-decoration-thickness: 0.1em;
158162
}
159163
}
160164
}

0 commit comments

Comments
 (0)