From 138c03e34489e8e04f135546ef680e0fa79a6c32 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 23 Jul 2026 21:22:45 +0200 Subject: web: distinct per-theme fonts + bolder accents; memento_mori bare monospace --- internal/web/static/themes/franciscans.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/web/static/themes/franciscans.css') 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 { -- cgit v1.3