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