From 5db4d725a442b9ccc000e60244f13c82d4ad9d2e Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Tue, 8 Oct 2019 20:18:43 +0100 Subject: [PATCH] Change theme colours --- css/global.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/global.css b/css/global.css index 51f9eae..b5ce310 100644 --- a/css/global.css +++ b/css/global.css @@ -1,7 +1,7 @@ :root { /* change theme */ - --mdc-theme-primary: #00adb4; - --mdc-theme-secondary: #d84315; + --mdc-theme-primary: #cb7425; + --mdc-theme-secondary: #6086cc; /* ensure Bootstrap doesn't alter any font sizes set in rem */ font-size: initial; } @@ -93,6 +93,7 @@ body { } #cookies p a { - color: var(--mdc-theme-secondary); + color: white; + font-weight: bold; text-decoration: none; }