Change theme colours

This commit is contained in:
Matthew Grove
2019-10-08 20:18:43 +01:00
parent 527175b5e7
commit 5db4d725a4

View File

@@ -1,7 +1,7 @@
:root { :root {
/* change theme */ /* change theme */
--mdc-theme-primary: #00adb4; --mdc-theme-primary: #cb7425;
--mdc-theme-secondary: #d84315; --mdc-theme-secondary: #6086cc;
/* ensure Bootstrap doesn't alter any font sizes set in rem */ /* ensure Bootstrap doesn't alter any font sizes set in rem */
font-size: initial; font-size: initial;
} }
@@ -93,6 +93,7 @@ body {
} }
#cookies p a { #cookies p a {
color: var(--mdc-theme-secondary); color: white;
font-weight: bold;
text-decoration: none; text-decoration: none;
} }