summaryrefslogtreecommitdiff
path: root/internal/web/static/base.css
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-23 15:53:36 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-23 15:53:36 +0200
commitff2a12dd7736164292e838d393c56b3e6f8805c3 (patch)
tree12bca1e4d22e271c66f1e80600db929c6cb923ed /internal/web/static/base.css
parent73d00113f5ed5fe99e365d2053dc70a6da8a81ee (diff)
downloadlectio-ff2a12dd7736164292e838d393c56b3e6f8805c3.tar.gz
lectio-ff2a12dd7736164292e838d393c56b3e6f8805c3.zip
web: add dominicans/marian/epiphany themes + --theme-font hook (memento_mori monospace)
Diffstat (limited to 'internal/web/static/base.css')
-rw-r--r--internal/web/static/base.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/web/static/base.css b/internal/web/static/base.css
index 220badd..776c934 100644
--- a/internal/web/static/base.css
+++ b/internal/web/static/base.css
@@ -9,7 +9,9 @@
*/
:root {
- --font-reading: Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
+ /* Reading typeface. A theme may override just this by setting --theme-font
+ * (the ONE sanctioned type override; base.css still owns sizing/spacing). */
+ --font-reading: var(--theme-font, Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif);
--font-ui: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
--measure: 42rem;
--space-1: 0.5rem;