aboutsummaryrefslogtreecommitdiff
path: root/internal/web/static/themes/franciscans.css
blob: 212204cf9f1cc7804b689685f160749a5cec2ffd (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
/* franciscans -- religious-order palette, dark warm. Colour only; see
 * docs/THEMES.md.
 */
:root {
  --bg: #31271f;    /* undyed brown, dark */
  --fg: #e0d5c3;
  --muted: #9c8b76;
  --accent: #a8703a; /* tau/terracotta */
  --link: #7a8a5a;   /* olive */
  --refrain: #8a9b6a; /* olive */
  --border: #4d3f33;
}

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