From c29bb7cd5662c59ec4317edb85e4f08867824aff Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Thu, 14 Mar 2024 21:47:02 +1100 Subject: [PATCH] Hide underline in link footer --- static/sidebar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/sidebar.css b/static/sidebar.css index c888e3e..ee1b76c 100644 --- a/static/sidebar.css +++ b/static/sidebar.css @@ -55,6 +55,7 @@ div.blogroll-footer-links { div.blogroll-footer-links a { margin-inline: 6px; box-sizing: border-box; + text-decoration: none; } div.blogroll-footer-links a:first-of-type {