/* lent -- liturgical season palette, dark ashen violet. Colour only; see * docs/THEMES.md. */ :root { --bg: #2a2530; --fg: #cfc8d2; --muted: #6e6675; --accent: #7a6a86; /* muted violet */ --link: #86788f; --refrain: #8a6a72; /* dried rose */ --border: #3a3440; --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); }