/* easter -- liturgical season palette, light white/gold, radiant. Colour * only; see docs/THEMES.md. */ :root { --bg: #fdfbf4; --fg: #33302a; --muted: #a09a8a; --accent: #d4af37; /* bright gold */ --link: #4a8a9a; --refrain: #c9a227; --border: #ece7d8; } .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); }