/* desert_fathers -- religious-order palette, light. Colour only; see * docs/THEMES.md. */ :root { --bg: #ede4d3; /* sand */ --fg: #4a3f2f; /* umber */ --muted: #8a7a5f; --accent: #bd7a24; /* ochre */ --link: #7d6b47; --refrain: #9a7b3f; --border: #cbbfa6; --theme-font: var(--font-serif-iowan); } .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); }