/* camaldolese -- religious-order palette, light. Colour only; see * docs/THEMES.md. */ :root { --bg: #f2f1ee; --fg: #3a3f44; /* slate */ --muted: #8b9196; --accent: #5f7a86; /* slate blue */ --link: #6a8a94; --refrain: #7a9a88; /* sage */ --border: #d8dad9; } .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); }