diff --git a/templates/gdpr/gdpr_banner.html b/templates/gdpr/gdpr_banner.html index a92bfa84..2c5d0d7c 100644 --- a/templates/gdpr/gdpr_banner.html +++ b/templates/gdpr/gdpr_banner.html @@ -6,7 +6,8 @@ font-family: "Lato", sans-serif; font-size: 14px; font-weight: 300; - line-height: 1; + line-height: 1.5; + margin: 30px 0; } h1.gdpr, h2.gpdr, h3.gpdr, h4.gdpr, h5.gdpr, h6.gdpr { @@ -56,6 +57,20 @@ .gdpr-button-text-letter-spacing { letter-spacing: 0.6px; } + + button.gdpr:hover { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; + } + button.gdpr { + font-family: "Lato", sans-serif; + text-transform: none; + font-size: 14px; + font-weight: 300; + letter-spacing: 1px; + border-radius: 1px; + }