From e9b5feaa0dc944a0c4e8433c19b441a3ee6f54fe Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Thu, 14 Mar 2024 21:31:41 +1100 Subject: [PATCH] added links --- static/sidebar.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/sidebar.css b/static/sidebar.css index 64354d8..a94ea95 100644 --- a/static/sidebar.css +++ b/static/sidebar.css @@ -47,12 +47,19 @@ ul.blogroll li a span { color: var(--accent2); } +div.blogroll-footer-links { + line-height: 1.3em; +} + div.blogroll-footer-links a { display: inline-block; - padding-inline: 4px; + margin-inline: 2px; + box-sizing: border-box; + border-inline-start: solid thin var(--accent2); } div.blogroll-footer-links a:first-of-type { border-inline-start: none; + margin-inline-start: 0; } \ No newline at end of file