diff options
Diffstat (limited to 'internal/web/static/themes/dominicans.css')
| -rw-r--r-- | internal/web/static/themes/dominicans.css | 18 |
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 { |
