diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 21:22:45 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 21:22:45 +0200 |
| commit | 138c03e34489e8e04f135546ef680e0fa79a6c32 (patch) | |
| tree | b6c3a0b675565137f70355f903a2e1010215f236 /internal/web/static/themes/marian.css | |
| parent | a7e3ad33070dee77fd7a7796a1e6da9a762440e5 (diff) | |
| download | lectio-138c03e34489e8e04f135546ef680e0fa79a6c32.tar.gz lectio-138c03e34489e8e04f135546ef680e0fa79a6c32.zip | |
web: distinct per-theme fonts + bolder accents; memento_mori bare monospace
Diffstat (limited to 'internal/web/static/themes/marian.css')
| -rw-r--r-- | internal/web/static/themes/marian.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/web/static/themes/marian.css b/internal/web/static/themes/marian.css index 776b116..81d75a0 100644 --- a/internal/web/static/themes/marian.css +++ b/internal/web/static/themes/marian.css @@ -5,10 +5,11 @@ --bg: #f3f6fb; /* white robe, faint blue */ --fg: #23303f; /* navy ink */ --muted: #7f8ea3; /* dusty blue-grey */ - --accent: #2f5fa6; /* Marian blue */ + --accent: #255fbf; /* Marian blue */ --link: #3a6fb5; --refrain: #b08d3a; /* gold crown */ --border: #d3dced; + --theme-font: var(--font-serif-old); } .heading { |
