diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 15:53:36 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 15:53:36 +0200 |
| commit | ff2a12dd7736164292e838d393c56b3e6f8805c3 (patch) | |
| tree | 12bca1e4d22e271c66f1e80600db929c6cb923ed /internal/web/static/themes/marian.css | |
| parent | 73d00113f5ed5fe99e365d2053dc70a6da8a81ee (diff) | |
| download | lectio-ff2a12dd7736164292e838d393c56b3e6f8805c3.tar.gz lectio-ff2a12dd7736164292e838d393c56b3e6f8805c3.zip | |
web: add dominicans/marian/epiphany themes + --theme-font hook (memento_mori monospace)
Diffstat (limited to 'internal/web/static/themes/marian.css')
| -rw-r--r-- | internal/web/static/themes/marian.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/internal/web/static/themes/marian.css b/internal/web/static/themes/marian.css new file mode 100644 index 0000000..776b116 --- /dev/null +++ b/internal/web/static/themes/marian.css @@ -0,0 +1,49 @@ +/* marian -- devotional palette (Our Lady), light: white robe, Marian-blue + * mantle, gold crown of twelve stars. Colour only; see docs/THEMES.md. + */ +:root { + --bg: #f3f6fb; /* white robe, faint blue */ + --fg: #23303f; /* navy ink */ + --muted: #7f8ea3; /* dusty blue-grey */ + --accent: #2f5fa6; /* Marian blue */ + --link: #3a6fb5; + --refrain: #b08d3a; /* gold crown */ + --border: #d3dced; +} + +.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); +} |
