Skip to content

Commit 2044123

Browse files
committed
determine text-decoration-thickness from font
1 parent c0de3d1 commit 2044123

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flexbox-reset.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ button {
2323
cursor: revert;
2424
}
2525

26+
a:link {
27+
text-decoration-thickness: from-font;
28+
}
29+
2630
// remove styling from quotes
2731
blockquote,
2832
q {

0 commit comments

Comments
 (0)