From df70d9f40669908732262e17939bfe7b83d97256 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Thu, 14 Mar 2024 21:22:16 +1100 Subject: [PATCH] Styled the links --- layouts/partials/sidebar.html | 6 +++--- static/sidebar.css | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index def6767..92f432e 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -10,10 +10,10 @@

No recommendations yet.

{{ end }} - + \ No newline at end of file diff --git a/static/sidebar.css b/static/sidebar.css index 61f2673..0e73d81 100644 --- a/static/sidebar.css +++ b/static/sidebar.css @@ -46,3 +46,13 @@ ul.blogroll li a { ul.blogroll li a span { color: var(--accent2); } + +div.blogroll-footer-links a { + display: inline-block; + padding-inline: 4px + border-inline-start: solid thin var(--accent2); +} + +div.blogroll-footer-links a:first-of-type { + border-inline-start: none; +} \ No newline at end of file