From c9f3bf46f0de09edb796e35f3dcff349febf75c9 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 24 Jul 2026 10:32:28 +0200 Subject: dayinfo: show feast/day name + colour (modern niedziela + traditional missalemeum) in cli/tui/web; v0.5.0 --- internal/web/static/base.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'internal/web/static') 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); -- cgit v1.3