From 90c8dfc6cc3ab4b6b78feec5f738beeb41fb9605 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 23 Jul 2026 16:05:22 +0200 Subject: web: deus_vult armor-grey ground; dominicans pure black & white --- internal/web/static/themes/dominicans.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'internal/web/static/themes/dominicans.css') diff --git a/internal/web/static/themes/dominicans.css b/internal/web/static/themes/dominicans.css index 5a3a19f..28f82f6 100644 --- a/internal/web/static/themes/dominicans.css +++ b/internal/web/static/themes/dominicans.css @@ -1,14 +1,14 @@ -/* dominicans -- religious-order palette (Order of Preachers), light: white - * habit, black cappa, gilt shield. Colour only; see docs/THEMES.md. +/* dominicans -- religious-order palette (Order of Preachers): white habit, + * black cappa -- black and white, no other colour. See docs/THEMES.md. */ :root { - --bg: #f5f4f1; /* white habit */ - --fg: #18181b; /* black cappa */ - --muted: #74746f; /* ash grey */ - --accent: #96771e; /* shield gold */ - --link: #6f6a58; - --refrain: #857529; /* gold */ - --border: #dad8d0; + --bg: #f6f5f3; /* white habit */ + --fg: #1c1c1c; /* black cappa */ + --muted: #78766f; /* grey */ + --accent: #0d0d0d; /* black */ + --link: #383838; /* dark grey */ + --refrain: #4d4d4a; /* grey */ + --border: #dcdad4; } .heading { -- cgit v1.3