aboutsummaryrefslogtreecommitdiff
path: root/internal/web/static/themes/advent.css
blob: df84fdebf77258fc6d5f7c2654030a860c94f96d (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
/* advent -- liturgical season palette, dark violet. Colour only; see
 * docs/THEMES.md.
 */
:root {
  --bg: #241b33;
  --fg: #e6e0ef;
  --muted: #7a7088;
  --accent: #9a63d6; /* violet */
  --link: #9a86c0;
  --refrain: #b0708a; /* rose */
  --border: #372c4a;
  --theme-font: var(--font-serif-classic);
}

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