diff options
Diffstat (limited to 'internal/web/static/themes/easter.css')
| -rw-r--r-- | internal/web/static/themes/easter.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/internal/web/static/themes/easter.css b/internal/web/static/themes/easter.css new file mode 100644 index 0000000..258a38c --- /dev/null +++ b/internal/web/static/themes/easter.css @@ -0,0 +1,49 @@ +/* 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); +} |
