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/franciscans.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/franciscans.css')
| -rw-r--r-- | internal/web/static/themes/franciscans.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/web/static/themes/franciscans.css b/internal/web/static/themes/franciscans.css index 212204c..1154182 100644 --- a/internal/web/static/themes/franciscans.css +++ b/internal/web/static/themes/franciscans.css @@ -5,10 +5,11 @@ --bg: #31271f; /* undyed brown, dark */ --fg: #e0d5c3; --muted: #9c8b76; - --accent: #a8703a; /* tau/terracotta */ + --accent: #b56626; /* tau/terracotta */ --link: #7a8a5a; /* olive */ --refrain: #8a9b6a; /* olive */ --border: #4d3f33; + --theme-font: var(--font-sans-humanist); } .heading { |
