From 8ffd60db2a214ee1172ca8e8c860ebdd4cc8bb6b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Dec 2025 14:37:41 -0500 Subject: [PATCH] Make font size buttons more visually distinct (smaller A vs larger A) 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/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index d90a3ab..f996773 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -403,13 +403,13 @@ } .breadcrumb-action-btn.font-decrease { - font-size: 0.65rem; - font-weight: 600; + font-size: 0.6rem; + font-weight: 700; } .breadcrumb-action-btn.font-increase { - font-size: 0.9rem; - font-weight: 600; + font-size: 1rem; + font-weight: 700; } .breadcrumb-action-btn.dark-toggle::before {