diff options
Diffstat (limited to 'internal/web/static/themes/marian.css')
| -rw-r--r-- | internal/web/static/themes/marian.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/web/static/themes/marian.css b/internal/web/static/themes/marian.css index 776b116..81d75a0 100644 --- a/internal/web/static/themes/marian.css +++ b/internal/web/static/themes/marian.css @@ -5,10 +5,11 @@ --bg: #f3f6fb; /* white robe, faint blue */ --fg: #23303f; /* navy ink */ --muted: #7f8ea3; /* dusty blue-grey */ - --accent: #2f5fa6; /* Marian blue */ + --accent: #255fbf; /* Marian blue */ --link: #3a6fb5; --refrain: #b08d3a; /* gold crown */ --border: #d3dced; + --theme-font: var(--font-serif-old); } .heading { |
