diff options
Diffstat (limited to 'internal/web/static/base.css')
| -rw-r--r-- | internal/web/static/base.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/internal/web/static/base.css b/internal/web/static/base.css index b5ce9a5..1e30b1d 100644 --- a/internal/web/static/base.css +++ b/internal/web/static/base.css @@ -94,6 +94,23 @@ body.mono { color: var(--fg); } +/* 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 + * rule) so every theme restyles it the same way it already restyles a + * reading section's own heading/citation -- no new colour rule needed. */ +.dayinfo { + margin: 0 0 var(--space-3); +} + +.dayinfo .heading { + margin: 0 0 0.25rem; +} + +.dayinfo .citation { + margin: 0; +} + /* Reading pane */ .reading-section { margin: 0 0 var(--space-4); |
