From d32f02478a44d34aa0ee20a1bd55f14dcb94e4e3 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 18 Apr 2026 16:44:36 +0200 Subject: style: unify sidebar widget styling with bash comment prefix All sidebar widgets (author, share, related posts) now use: - Unified .sidebar-widget container (no box, only top border via
) - .sidebar-widget-label with # prefix (bash comment style) - Monospace, dimmed, small text for consistency Previously, share widget used a different style (full box with borders). Author and Related Posts widgets now match the hacker aesthetic. Co-Authored-By: Claude Haiku 4.5 --- themes/danix-xyz-hacker/layouts/partials/sidebar.html | 11 +++++++---- themes/danix-xyz-hacker/layouts/partials/social-share.html | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'themes/danix-xyz-hacker/layouts') diff --git a/themes/danix-xyz-hacker/layouts/partials/sidebar.html b/themes/danix-xyz-hacker/layouts/partials/sidebar.html index 2ec48a6..f80c2cf 100644 --- a/themes/danix-xyz-hacker/layouts/partials/sidebar.html +++ b/themes/danix-xyz-hacker/layouts/partials/sidebar.html @@ -1,20 +1,23 @@