Skip to content

Commit b6a1156

Browse files
committed
style(footer, md-content, post-entry): increase text-underline-offset for links
1 parent 34c9e0a commit b6a1156

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/css/common/footer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
.footer a {
2525
color: inherit;
26-
text-underline-offset: 0.2rem;
26+
text-underline-offset: 0.25rem;
2727
text-decoration: underline;
2828
}
2929

assets/css/common/md-content.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
.md-content a {
35-
text-underline-offset: 0.2rem;
35+
text-underline-offset: 0.3rem;
3636
text-decoration: underline;
3737
}
3838

assets/css/common/post-entry.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@
121121
}
122122

123123
.entry-cover a {
124-
text-underline-offset: 0.2rem;
124+
text-underline-offset: 0.3rem;
125125
text-decoration: underline;
126126
}

0 commit comments

Comments
 (0)