aboutsummaryrefslogtreecommitdiff
path: root/internal/web/static/themes/epiphany.css
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/static/themes/epiphany.css')
-rw-r--r--internal/web/static/themes/epiphany.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/internal/web/static/themes/epiphany.css b/internal/web/static/themes/epiphany.css
new file mode 100644
index 0000000..6f6a96e
--- /dev/null
+++ b/internal/web/static/themes/epiphany.css
@@ -0,0 +1,49 @@
+/* epiphany -- liturgical season palette, dark: indigo night sky, the star
+ * of Bethlehem in gold. Colour only; see docs/THEMES.md.
+ */
+:root {
+ --bg: #131a2e; /* indigo night */
+ --fg: #e6e8f2; /* starlight */
+ --muted: #7c85a0; /* dusk blue-grey */
+ --accent: #d9bf6a; /* star gold */
+ --link: #8fa2d8; /* cool starlight blue */
+ --refrain: #c9a94e; /* deeper gold */
+ --border: #262f4a;
+}
+
+.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);
+}