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/memento_mori.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/web/static/themes/memento_mori.css') diff --git a/internal/web/static/themes/memento_mori.css b/internal/web/static/themes/memento_mori.css index 518e035..d99911b 100644 --- a/internal/web/static/themes/memento_mori.css +++ b/internal/web/static/themes/memento_mori.css @@ -11,6 +11,8 @@ --refrain: #8a8680; --border: #333330; --error: #7a4a42; /* dried blood -- error/alert accent only */ + /* the one non-colour override: a monospace reading face (see base.css). */ + --theme-font: ui-monospace, "Cascadia Code", "SF Mono", "Roboto Mono", Menlo, Consolas, monospace; } .heading { -- cgit v1.3