From 899bb8c0dac8310fbb112b9c3e3c35b238c1f03d Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Tue, 24 Nov 2020 20:16:25 +0100 Subject: [PATCH] cookie button is button not link --- _includes/cookie-consent.html | 4 ++-- _sass/_cookies.scss | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/_includes/cookie-consent.html b/_includes/cookie-consent.html index c0d6db6..bb2b1f2 100644 --- a/_includes/cookie-consent.html +++ b/_includes/cookie-consent.html @@ -6,8 +6,8 @@
Click here if you want this to go away without cookies.
Read more about how {{ site.title }} use cookies

- Ok + diff --git a/_sass/_cookies.scss b/_sass/_cookies.scss index 23439cf..87a9ef2 100644 --- a/_sass/_cookies.scss +++ b/_sass/_cookies.scss @@ -32,6 +32,11 @@ margin: 20px 40px 40px 40px; } } + button { + border: none; + font-size: inherit; + font-family: inherit; + } } .yes {