We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3606175 + 2aaf0bf commit d23438dCopy full SHA for d23438d
client/styles/components/_preferences.scss
@@ -71,12 +71,14 @@
71
margin-bottom: #{math.div(10, $base-font-size)}rem;
72
73
& a {
74
+ text-decoration: underline;
75
@include themify() {
76
color: getThemifyVariable('button-background-hover-color');
77
}
78
79
& a:hover {
80
text-decoration: underline;
81
+ text-decoration-thickness: 0.1em;
82
83
84
@@ -151,10 +153,12 @@
151
153
152
154
display: contents;
155
156
157
158
159
160
161
162
163
164
0 commit comments