This commit is contained in:
parent
3a15f42712
commit
1ec2cc3ef1
@ -65,7 +65,7 @@
|
||||
|
||||
let cookiesAllowed = false
|
||||
window.addEventListener("ccAccept", (e) => {
|
||||
// @ts-ignore
|
||||
// @ts-ignore test
|
||||
if (e.detail[1] == cookieName) cookiesAllowed = true
|
||||
})
|
||||
//isCookieSet isnt really precise
|
||||
@ -92,6 +92,7 @@
|
||||
|
||||
<svelte:head>
|
||||
{#if cookiesAllowed}
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F384Z2JF20"></script>
|
||||
|
@ -30,7 +30,7 @@ body.darkTheme {
|
||||
--heading-font-color: #9fb3c7; /* slightly brighter for better readability */
|
||||
--top-heading-font-color: rgb(200, 106, 0);
|
||||
--link-font-color: rgb(200, 106, 0);
|
||||
--banner-color: #04a577; /* a cooler shade for the banner */
|
||||
--banner-color: #9fb3c7; /* a cooler shade for the banner */
|
||||
--opposite-bg-color: #fafafa; /* off-white */
|
||||
--opposite-bg-color-80: rgba(250, 250, 250, 0.8);
|
||||
--opposite-bg-color-5: rgba(250, 250, 250, 0.05);
|
||||
|
Loading…
Reference in New Issue
Block a user