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; }