diff --git a/templates/gdpr/gdpr_banner.html b/templates/gdpr/gdpr_banner.html index 30502d39..eb628b99 100644 --- a/templates/gdpr/gdpr_banner.html +++ b/templates/gdpr/gdpr_banner.html @@ -57,12 +57,12 @@ letter-spacing: 0.6px; } - button.gdpr:hover { + .gdpr-button:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } - button.gdpr { + .gdpr-button { font-family: "Lato", sans-serif; text-transform: none; font-size: 14px; @@ -308,8 +308,8 @@ {% endblocktrans %}

-