diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 16:13:56 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 16:13:56 +0200 |
| commit | 36d87e27019fce743e63be87222e987510863e6f (patch) | |
| tree | b5cffac3c1aa417fa24da79a99b6da85828fceb3 /internal/web/static/themes/memento_mori.css | |
| parent | 90c8dfc6cc3ab4b6b78feec5f738beeb41fb9605 (diff) | |
| download | lectio-36d87e27019fce743e63be87222e987510863e6f.tar.gz lectio-36d87e27019fce743e63be87222e987510863e6f.zip | |
web: remove deus_vult theme; add global monospace toggle (web_mono config + top-bar 'mono')
Diffstat (limited to 'internal/web/static/themes/memento_mori.css')
| -rw-r--r-- | internal/web/static/themes/memento_mori.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/static/themes/memento_mori.css b/internal/web/static/themes/memento_mori.css index d99911b..f6e5174 100644 --- a/internal/web/static/themes/memento_mori.css +++ b/internal/web/static/themes/memento_mori.css @@ -12,7 +12,7 @@ --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; + --theme-font: var(--font-mono); } .heading { |
