aboutsummaryrefslogtreecommitdiff
path: root/internal/web/static/themes/dominicans.css
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-23 16:05:22 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-23 16:05:22 +0200
commit90c8dfc6cc3ab4b6b78feec5f738beeb41fb9605 (patch)
treefb7d60f7137c69423c1c215daa3a132f474ec364 /internal/web/static/themes/dominicans.css
parentbb0ecbf514e26002dc47be44bc46b5d12d780466 (diff)
downloadlectio-90c8dfc6cc3ab4b6b78feec5f738beeb41fb9605.tar.gz
lectio-90c8dfc6cc3ab4b6b78feec5f738beeb41fb9605.zip
web: deus_vult armor-grey ground; dominicans pure black & white
Diffstat (limited to 'internal/web/static/themes/dominicans.css')
-rw-r--r--internal/web/static/themes/dominicans.css18
1 files changed, 9 insertions, 9 deletions
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 {