From d115f65855b08710d7d0a3aac591b933fa372436 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Nov 2025 13:52:47 -0500 Subject: [PATCH] Remove section border-top rules and increase interlinear KJV text size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove all section:not(:first-of-type) border-top rules for cleaner layout - Increase KJV text size to 1.3rem in interlinear view for better readability 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/base.html | 20 -------------------- kjvstudy_org/templates/interlinear.html | 1 + 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index 3734a2e..c32c64e 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -164,10 +164,6 @@ padding-top: 2rem; } - section:not(:first-of-type) { - border-top: 1px solid var(--border-color); - } - /* Ornamental breaks */ .ornament { text-align: center; @@ -759,16 +755,6 @@ } /* Improve section dividers with strong contrast */ - section:not(:first-of-type) { - border-top: 3px solid #999; - padding-top: 2rem; - margin-top: 2.5rem; - } - - [data-theme="dark"] section:not(:first-of-type) { - border-top-color: #666; - } - /* Optimize verse text */ .verse-text { font-size: 1.4rem; @@ -932,12 +918,6 @@ content: ""; } - /* Clean borders */ - section:not(:first-of-type) { - border-top: 1px solid #ccc; - padding-top: 1rem; - } - /* Optimize verse display */ .verse-item { margin: 0.5rem 0; diff --git a/kjvstudy_org/templates/interlinear.html b/kjvstudy_org/templates/interlinear.html index 67289eb..47d255e 100644 --- a/kjvstudy_org/templates/interlinear.html +++ b/kjvstudy_org/templates/interlinear.html @@ -26,6 +26,7 @@ color: #333; line-height: 1.8; margin: 1rem 0; + font-size: 1.3rem; } .interlinear-container {