From dd529f6114eacc72312a2d5b9b58f661a91cccd7 Mon Sep 17 00:00:00 2001 From: Kgothatso Ngako Date: Sat, 18 Dec 2021 17:47:05 +0200 Subject: [PATCH] Update colour --- server/views/css/site.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/views/css/site.css b/server/views/css/site.css index 0e1d906..6d4c293 100644 --- a/server/views/css/site.css +++ b/server/views/css/site.css @@ -1,14 +1,14 @@ -/* Color scheme from https://material.io/resources/color/#!/?view.left=0&view.right=0&primary.color=212121&secondary.color=263238 */ +/* Color scheme from https://material.io/resources/color/#!/?view.left=0&view.right=1&primary.color=212121&secondary.color=263238 */ .primary-color { - background-color: #212121 !important; + background-color: #683400 !important; } .primary-color-light { - background-color: #484848 !important; + background-color: #9a5e2c !important; } .primary-color-dark { - background-color: #000000 !important; + background-color: #3d0b00 !important; } .secondary-color {