From 2a734ba89fe3d3a65820b8cc6cfb4418a1760d44 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 11 Oct 2019 11:54:06 +0100 Subject: [PATCH] More variables --- epicyon-calendar.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/epicyon-calendar.css b/epicyon-calendar.css index 97ae0003f..e48e238ba 100644 --- a/epicyon-calendar.css +++ b/epicyon-calendar.css @@ -7,6 +7,8 @@ --today-foreground: white; --today-circle: yellow; --event-foreground: #111; + --title-text: #F6E9DC: + --title-background: #4E4F4A: } body { @@ -63,8 +65,8 @@ main { padding: .75rem; } .calendar__banner--month h1 { - background-color: #4E4F4A; - color: #F6E9DC; + background-color: var(--title-background); + color: var(--title-text); display: inline-block; font-size: 3rem; font-weight: 400;