From af67ff8a079bf92a01a462fbb525eddb348eefc1 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Wed, 29 Jul 2026 14:37:23 +0200 Subject: web: move lectionary + mono to settings only; make reader link prominent Lectionary becomes settings-only (kept as a hidden field so readings/export/calendar still use the configured value); mono toggle removed (settings has it). The reader link is uppercased + bold as the primary action. --- internal/web/static/base.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'internal/web/static/base.css') diff --git a/internal/web/static/base.css b/internal/web/static/base.css index 3a240b2..757e935 100644 --- a/internal/web/static/base.css +++ b/internal/web/static/base.css @@ -100,6 +100,13 @@ body.mono { font-size: 0.85rem; text-decoration: none; } +/* The reader entry point is the primary action here -- make it stand out. */ +.nav-reader { + text-transform: uppercase; + font-weight: bold; + font-size: 1rem; + letter-spacing: 0.04em; +} .chap-nav { display: inline-flex; align-items: center; -- cgit v1.3