From 950adab6ea326096cfe9916d0c87e69d1936eb10 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Nov 2025 12:26:10 -0500 Subject: [PATCH] Fix sidenote color to distinguish from main text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed sidenotes from pure black (#000) to dark gray (#444). Sidenotes should be visually distinct as secondary content while maintaining good readability. Dark mode: Changed to #aaa for appropriate contrast. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index aa81fbc..9effc5e 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -670,14 +670,14 @@ border-left: 4px solid #999; font-size: 0.95rem; line-height: 1.6; - color: #000; + color: #444; font-weight: 400; } [data-theme="dark"] .sidenote, [data-theme="dark"] .marginnote { border-left-color: #666; - color: #e0e0e0; + color: #aaa; } .sidenote-number,