From b6a1156b8b0c210628fb34a3e64f90746de7b023 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:22:53 +0530 Subject: [PATCH] style(footer, md-content, post-entry): increase text-underline-offset for links --- assets/css/common/footer.css | 2 +- assets/css/common/md-content.css | 2 +- assets/css/common/post-entry.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/common/footer.css b/assets/css/common/footer.css index ef764282..240df533 100644 --- a/assets/css/common/footer.css +++ b/assets/css/common/footer.css @@ -23,7 +23,7 @@ .footer a { color: inherit; - text-underline-offset: 0.2rem; + text-underline-offset: 0.25rem; text-decoration: underline; } diff --git a/assets/css/common/md-content.css b/assets/css/common/md-content.css index 4585aa27..90873849 100644 --- a/assets/css/common/md-content.css +++ b/assets/css/common/md-content.css @@ -32,7 +32,7 @@ } .md-content a { - text-underline-offset: 0.2rem; + text-underline-offset: 0.3rem; text-decoration: underline; } diff --git a/assets/css/common/post-entry.css b/assets/css/common/post-entry.css index 850e3922..4809c704 100644 --- a/assets/css/common/post-entry.css +++ b/assets/css/common/post-entry.css @@ -121,6 +121,6 @@ } .entry-cover a { - text-underline-offset: 0.2rem; + text-underline-offset: 0.3rem; text-decoration: underline; }