Skip to content

Commit f837f82

Browse files
committedJul 19, 2023
GA checked by default
1 parent f38b5c2 commit f837f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎layouts/partials/analytics-with-consent.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#consent-overlay input {margin-top: 0.3rem;}
1818
#consent-overlay label {display: block;}
1919
#consent-overlay .btn {margin-right: 0.5rem;}
20-
#consent-overlay button.btn.save-consent {background: rgba(0,0,0,0.6); font-weight: normal;}
20+
#consent-overlay button.btn.save-consent {background: rgba(87, 87, 87, 0.6); font-weight: normal;}
2121

2222
@media (max-width: 767px) {
2323
#consent-overlay > div {padding: 1.75rem 1rem;}
@@ -133,7 +133,7 @@ <h3>{{ $item.title }}</h3>
133133

134134
var elements = document.querySelectorAll('#consent-overlay input:not([disabled])');
135135
elements.forEach(function(el) {
136-
el.checked = false;
136+
el.checked = true;
137137
});
138138

139139
if(readCookie('consent-settings')) {

0 commit comments

Comments
 (0)