diff --git a/assets/global.css b/assets/global.css index 3221585..330287b 100644 --- a/assets/global.css +++ b/assets/global.css @@ -59,9 +59,9 @@ body { height: 70px; padding-top: 30px; position: absolute; - background: #ffffff; + background: --mdc-theme-primary; border-bottom: 2px solid #fbeed5; - color: #c09853; + color: --mdc-theme-background; text-align: center; bottom: 0; left: 0; @@ -74,7 +74,7 @@ body { } #cookies > p a { - color: #00adb4; + color: #--mdc-theme-secondary; text-decoration: none; }