Change theme colours

This commit is contained in:
Matthew Grove
2019-10-09 21:11:07 +01:00
parent c826b0baa1
commit daa3b5867d

View File

@@ -1,7 +1,7 @@
:root { :root {
/* change theme */ /* change theme */
--mdc-theme-primary: #cb7425; --mdc-theme-primary: #0092a1;
--mdc-theme-secondary: #6086cc; --mdc-theme-secondary: #546875;
/* 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;
} }