File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
{%- if site.gtag %}
2
2
<!-- START Bootstrap-Cookie-Alert -->
3
- < div class ="alert text-center cookiealert text-white rounded-0 " role ="alert ">
3
+ < div class ="alert text-center cookiealert rounded-0 " role ="alert ">
4
4
We use cookies to ensure you get the best experience on our website. Read our
5
- < a class ="text-white text-hover-primary fw-bold " href ="{{ '/privacy.html' | relative_url}} "> privacy policy</ a > to find out more.
6
- < button type ="button " id ="acceptcookies " class ="btn bg-white hover -primary ms-2 " >
5
+ < a class ="fw-bold " href ="{{ '/privacy.html' | relative_url}} "> privacy policy</ a > to find out more.
6
+ < button type ="button " id ="acceptcookies " class ="btn btn -primary ms-2 " >
7
7
Got it!
8
8
</ button >
9
9
</ div >
Original file line number Diff line number Diff line change @@ -55,9 +55,6 @@ $contr-crown-color: $white;
55
55
/* -----Events & news-----*/
56
56
$news-title-bg : $primary ;
57
57
58
- /* -----Cookie consent banner-----*/
59
- $cookie-alert-bg : $light ;
60
-
61
58
/* -----Default badge-----*/
62
59
$badge-color : $body-color ;
63
60
$badge-bg : $light ;
Original file line number Diff line number Diff line change @@ -513,7 +513,8 @@ footer {
513
513
514
514
.cookiealert {
515
515
position : fixed ;
516
- background-color : $cookie-alert-bg ;
516
+ background-color : $footer-bg ;
517
+ color : $footer-color ;
517
518
bottom : 0 ;
518
519
left : 0 ;
519
520
width : 100% ;
@@ -523,6 +524,14 @@ footer {
523
524
visibility : hidden ;
524
525
transform : translateY (100% );
525
526
transition : all 500ms ease-out ;
527
+
528
+ a {
529
+ color : $footer-link-color !important ;
530
+ }
531
+
532
+ a :hover {
533
+ color : $footer-link-color-hover !important ;
534
+ }
526
535
}
527
536
528
537
.cookiealert.show {
You can’t perform that action at this time.
0 commit comments