aboutsummaryrefslogtreecommitdiff
path: root/internal/web/static/themes/pentecost.css
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/static/themes/pentecost.css')
-rw-r--r--internal/web/static/themes/pentecost.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/internal/web/static/themes/pentecost.css b/internal/web/static/themes/pentecost.css
new file mode 100644
index 0000000..2537ab1
--- /dev/null
+++ b/internal/web/static/themes/pentecost.css
@@ -0,0 +1,49 @@
+/* pentecost -- liturgical season palette, dark ember/red. Colour only;
+ * see docs/THEMES.md.
+ */
+:root {
+ --bg: #241210;
+ --fg: #f0e0d8;
+ --muted: #9a7a70;
+ --accent: #d9705a; /* flame */
+ --link: #e0975a; /* orange */
+ --refrain: #c9a227; /* gold */
+ --border: #3a201c;
+}
+
+.heading {
+ color: var(--accent);
+}
+
+.citation {
+ color: var(--muted);
+}
+
+.vnum {
+ color: var(--muted);
+}
+
+.refrain {
+ color: var(--refrain);
+}
+
+a {
+ color: var(--link);
+}
+
+a:hover,
+a:focus {
+ color: var(--accent);
+}
+
+.controls,
+.version-label,
+.reading-section + .reading-section {
+ border-color: var(--border);
+}
+
+.controls input,
+.controls select,
+.controls button {
+ border-color: var(--border);
+}