From 5ce13609f7d02d03c1dfe0a7927d94de20806f1a Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 8 Dec 2020 15:01:48 -0700 Subject: [PATCH] Add darken and lighten variants of the background colours. --- web/src/css/theme.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/web/src/css/theme.css b/web/src/css/theme.css index f151acd..3c86b3b 100644 --- a/web/src/css/theme.css +++ b/web/src/css/theme.css @@ -12,6 +12,8 @@ site-wide background and modal content. */ --background1: #001233; + --background1-darken: #000c24; + --background1-lighten: #001a49; --background1-text: var(--light-font-colour); /* @@ -19,13 +21,14 @@ Used for hand background, buttons, regions, etc. */ --background2: #24356E; + --background2-darken: #19295e; + --background2-lighten: #364a8d; --background2-text: var(--light-font-colour); - /* - The colours used for the lightest shades of the background regions. - Used almost exclusively for the - */ + /* The colours used for the lightest shades of the background regions. */ --background3: #4A5081; + --background3-darken: #5a6192; + --background3-lighten: #353b69; --background3-text: var(--light-font-colour); /*