From daa3b5867db466693d936f21e101b89d0f382875 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 9 Oct 2019 21:11:07 +0100 Subject: [PATCH] Change theme colours --- css/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/global.css b/css/global.css index 6c57e33..12c3eea 100644 --- a/css/global.css +++ b/css/global.css @@ -1,7 +1,7 @@ :root { /* change theme */ - --mdc-theme-primary: #cb7425; - --mdc-theme-secondary: #6086cc; + --mdc-theme-primary: #0092a1; + --mdc-theme-secondary: #546875; /* ensure Bootstrap doesn't alter any font sizes set in rem */ font-size: initial; }