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/marian.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/web/static/themes/marian.css') 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 { -- cgit v1.3