diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index b4b5244d..f883273b 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -128,5 +128,10 @@ a { .cookies-banner { height: $footer-height; - background-color: $background-color; + color: white; + background-color: $button-color-blue; + + #cookies-agree-button { + background-color: green !important; + } }