style(footer, md-content, post-entry): increase text-underline-offset for links

This commit is contained in:
Aditya Telange
2026-04-11 22:22:53 +05:30
parent 34c9e0a8ed
commit b6a1156b8b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
.footer a { .footer a {
color: inherit; color: inherit;
text-underline-offset: 0.2rem; text-underline-offset: 0.25rem;
text-decoration: underline; text-decoration: underline;
} }
+1 -1
View File
@@ -32,7 +32,7 @@
} }
.md-content a { .md-content a {
text-underline-offset: 0.2rem; text-underline-offset: 0.3rem;
text-decoration: underline; text-decoration: underline;
} }
+1 -1
View File
@@ -121,6 +121,6 @@
} }
.entry-cover a { .entry-cover a {
text-underline-offset: 0.2rem; text-underline-offset: 0.3rem;
text-decoration: underline; text-decoration: underline;
} }