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 {
color: inherit;
text-underline-offset: 0.2rem;
text-underline-offset: 0.25rem;
text-decoration: underline;
}