diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 15:53:36 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 15:53:36 +0200 |
| commit | ff2a12dd7736164292e838d393c56b3e6f8805c3 (patch) | |
| tree | 12bca1e4d22e271c66f1e80600db929c6cb923ed /internal/web/static/themes/memento_mori.css | |
| parent | 73d00113f5ed5fe99e365d2053dc70a6da8a81ee (diff) | |
| download | lectio-ff2a12dd7736164292e838d393c56b3e6f8805c3.tar.gz lectio-ff2a12dd7736164292e838d393c56b3e6f8805c3.zip | |
web: add dominicans/marian/epiphany themes + --theme-font hook (memento_mori monospace)
Diffstat (limited to 'internal/web/static/themes/memento_mori.css')
| -rw-r--r-- | internal/web/static/themes/memento_mori.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
