diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 12:48:05 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 12:48:05 +0200 |
| commit | 55a5c793d04b55892fcddfc753d8526bd5748f03 (patch) | |
| tree | b045946a62a0b849b5c77a4100294d935ab741dd /internal/web/static | |
| parent | ed34fd574b4fc2e0a52c655ececddd1be29b271e (diff) | |
| download | lectio-55a5c793d04b55892fcddfc753d8526bd5748f03.tar.gz lectio-55a5c793d04b55892fcddfc753d8526bd5748f03.zip | |
web reader: /reader book picker + chapter nav + version compare, reusing pane templates; v0.9.0
Diffstat (limited to 'internal/web/static')
| -rw-r--r-- | internal/web/static/base.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/internal/web/static/base.css b/internal/web/static/base.css index 1e30b1d..a233e9d 100644 --- a/internal/web/static/base.css +++ b/internal/web/static/base.css @@ -94,6 +94,18 @@ body.mono { color: var(--fg); } +/* Reader nav link + chapter stepper — layout only (themes set colour). */ +.nav-link { + font-family: var(--font-ui); + font-size: 0.85rem; + text-decoration: none; +} +.chap-nav { + display: inline-flex; + align-items: center; + gap: var(--space-1); +} + /* Day-info header (feast/day name + optional temporal season): * RenderReadings prepends this once, ahead of every layout's own sections. * It reuses the .heading/.citation role classes (rather than a bespoke |
