From 990ef2e52dc9311ebfed62860b795089f6f7b498 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 5 Dec 2025 07:51:55 -0500 Subject: [PATCH] Increase verse tooltip font size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumped font-size from 0.9rem to 1rem and max-width from 400px to 450px for better readability. 🤖 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 335cae4..5136fdc 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -255,10 +255,10 @@ border-radius: 6px; padding: 0.75rem 1rem; min-width: 300px; - max-width: 400px; + max-width: 450px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); z-index: 9999; - font-size: 0.9rem; + font-size: 1rem; line-height: 1.6; color: var(--text-color); pointer-events: none;