diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index d018ffe..39e5284 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -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 @@ {#if cookiesAllowed} + diff --git a/frontend/src/lib/assets/css/main.less b/frontend/src/lib/assets/css/main.less index 99531f0..16aa42e 100644 --- a/frontend/src/lib/assets/css/main.less +++ b/frontend/src/lib/assets/css/main.less @@ -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);