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