From 4edb64aa9fbcbd918ae38cd0054b2cadf474afc6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 21 Nov 2025 19:07:56 -0500 Subject: [PATCH] Add decorative flourish to bottom of sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added asterism (⁂) at bottom of sidebar menu with: - Centered placement with elegant spacing - Border separator above - Subtle opacity (0.6) for refined appearance - Letter spacing for visual balance - Matches the classical typography aesthetic Provides a elegant finishing touch to the sidebar navigation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/base.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index d9028d0..bc7f119 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -365,6 +365,18 @@ padding-top: 0; } + /* Sidebar flourish */ + .sidebar-flourish { + text-align: center; + margin: 2rem 0 1rem 0; + padding-top: 1.5rem; + border-top: 1px solid var(--border-color); + color: var(--text-tertiary); + font-size: 1rem; + letter-spacing: 0.5em; + opacity: 0.6; + } + /* Sidebar collapse functionality */ #sidebar-toggle { display: none; @@ -925,6 +937,9 @@
  • Study Guides
  • + + +