From ff2a12dd7736164292e838d393c56b3e6f8805c3 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 23 Jul 2026 15:53:36 +0200 Subject: web: add dominicans/marian/epiphany themes + --theme-font hook (memento_mori monospace) --- internal/web/static/themes/dominicans.css | 49 +++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 internal/web/static/themes/dominicans.css (limited to 'internal/web/static/themes/dominicans.css') diff --git a/internal/web/static/themes/dominicans.css b/internal/web/static/themes/dominicans.css new file mode 100644 index 0000000..5a3a19f --- /dev/null +++ b/internal/web/static/themes/dominicans.css @@ -0,0 +1,49 @@ +/* dominicans -- religious-order palette (Order of Preachers), light: white + * habit, black cappa, gilt shield. Colour only; see docs/THEMES.md. + */ +:root { + --bg: #f5f4f1; /* white habit */ + --fg: #18181b; /* black cappa */ + --muted: #74746f; /* ash grey */ + --accent: #96771e; /* shield gold */ + --link: #6f6a58; + --refrain: #857529; /* gold */ + --border: #dad8d0; +} + +.heading { + color: var(--accent); +} + +.citation { + color: var(--muted); +} + +.vnum { + color: var(--muted); +} + +.refrain { + color: var(--refrain); +} + +a { + color: var(--link); +} + +a:hover, +a:focus { + color: var(--accent); +} + +.controls, +.version-label, +.reading-section + .reading-section { + border-color: var(--border); +} + +.controls input, +.controls select, +.controls button { + border-color: var(--border); +} -- cgit v1.3