summaryrefslogtreecommitdiff
path: root/internal/web/static/themes/epiphany.css
blob: 97d1cc5c64864dc1b98f6f48f0ee21d9ae5fce5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* 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;
  --theme-font: var(--font-serif);
}

.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);
}