diff options
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 |
