aboutsummaryrefslogtreecommitdiff
path: root/internal/web/static/base.css
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-29 14:37:23 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-29 14:37:23 +0200
commitaf67ff8a079bf92a01a462fbb525eddb348eefc1 (patch)
treeb5f1356c4e6a882ac094f3401ea092c0c57d8306 /internal/web/static/base.css
parentb07ecd9d57793003a77da0e172016c9f44ef372d (diff)
downloadlectio-af67ff8a079bf92a01a462fbb525eddb348eefc1.tar.gz
lectio-af67ff8a079bf92a01a462fbb525eddb348eefc1.zip
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.
Diffstat (limited to 'internal/web/static/base.css')
-rw-r--r--internal/web/static/base.css7
1 files changed, 7 insertions, 0 deletions
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;