tsts
Some checks reported warnings
deploy to production / deploy (push) Has been cancelled

This commit is contained in:
Robin Grenzdörfer 2023-10-03 08:45:00 +00:00
parent 3a15f42712
commit 1ec2cc3ef1
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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);