Skip to content

Commit fbad22e

Browse files
committed
Fix link underline in safari
1 parent 9363523 commit fbad22e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ b, strong {
2222
}
2323
a {
2424
color: inherit;
25-
text-decoration: underline solid var(--text-color) 1px;
25+
text-decoration: underline;
26+
text-decoration-thickness: 1px;
2627
}
2728
h1 {
2829
font-size: 32px;

0 commit comments

Comments
 (0)