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/advent.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/advent.css')
| -rw-r--r-- | internal/web/static/themes/advent.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/web/static/themes/advent.css b/internal/web/static/themes/advent.css index 0378d7c..df84fde 100644 --- a/internal/web/static/themes/advent.css +++ b/internal/web/static/themes/advent.css @@ -5,10 +5,11 @@ --bg: #241b33; --fg: #e6e0ef; --muted: #7a7088; - --accent: #8a6db0; /* violet */ + --accent: #9a63d6; /* violet */ --link: #9a86c0; --refrain: #b0708a; /* rose */ --border: #372c4a; + --theme-font: var(--font-serif-classic); } .heading { |
