From cb5f77b95bf5498fc410e3f8fa9c2a292f319acb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Dec 2025 13:41:52 -0500 Subject: [PATCH] Increase text size for KJV Translations and Derivation sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/strongs_entry.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kjvstudy_org/templates/strongs_entry.html b/kjvstudy_org/templates/strongs_entry.html index 6f0d103..1ed80fe 100644 --- a/kjvstudy_org/templates/strongs_entry.html +++ b/kjvstudy_org/templates/strongs_entry.html @@ -168,8 +168,9 @@ } .info-card.kjv p { - font-size: 1rem; + font-size: 1.15rem; color: var(--text-color); + line-height: 1.7; } /* KJV Translation Tags */ @@ -213,9 +214,9 @@ } .info-card.derivation p { - font-size: 0.95rem; - color: var(--text-secondary); - font-style: italic; + font-size: 1.15rem; + color: var(--text-color); + line-height: 1.7; } /* Related entries embedded in derivation */