From 3ebf7d83b84b632f42fd6782205b9b025cf376d0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 5 Dec 2025 14:53:03 -0500 Subject: [PATCH] Fix verse number underline on mobile (border-bottom) 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/chapter.html | 1 + 1 file changed, 1 insertion(+) diff --git a/kjvstudy_org/templates/chapter.html b/kjvstudy_org/templates/chapter.html index c9fab95..a33af70 100644 --- a/kjvstudy_org/templates/chapter.html +++ b/kjvstudy_org/templates/chapter.html @@ -34,6 +34,7 @@ a.verse-number-link:hover, a.verse-number-link:active { text-decoration: none !important; + border-bottom: none !important; } }