diff options
Diffstat (limited to 'internal/web/static/themes/nativity.css')
| -rw-r--r-- | internal/web/static/themes/nativity.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/internal/web/static/themes/nativity.css b/internal/web/static/themes/nativity.css new file mode 100644 index 0000000..a808f4f --- /dev/null +++ b/internal/web/static/themes/nativity.css @@ -0,0 +1,49 @@ +/* nativity -- liturgical season palette, light white/gold. Colour only; + * see docs/THEMES.md. + */ +:root { + --bg: #faf6ec; + --fg: #3a3226; + --muted: #9a9080; + --accent: #c9a227; /* gold */ + --link: #b8894a; + --refrain: #4a7a5a; /* evergreen */ + --border: #e6dcc6; +} + +.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); +} |
