]> danix's work - danix.xyz-2.git/commit
style: unify sidebar widget styling with bash comment prefix
authorDanilo M. <redacted>
Sat, 18 Apr 2026 14:44:36 +0000 (16:44 +0200)
committerDanilo M. <redacted>
Sat, 18 Apr 2026 14:44:36 +0000 (16:44 +0200)
commitd32f02478a44d34aa0ee20a1bd55f14dcb94e4e3
tree4130498fdfff09972b2e16b0c8e0dbb756eb5dd8
parentf9be8321e1d020fbe4b86be8092a35aff42d6638
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 <hr>)
- .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 <redacted>
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css
themes/danix-xyz-hacker/layouts/partials/sidebar.html
themes/danix-xyz-hacker/layouts/partials/social-share.html