From 5b4275789663ba27bc0eef1739eb2f6e74be703a Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Tue, 3 Sep 2024 07:58:46 +0000 Subject: [PATCH] web: remove background override from global css --- web/src/routes/+layout.svelte | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 3c5b2c6a..645ee57c 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -224,10 +224,6 @@ overscroll-behavior-y: none; } - :global(body) { - background-color: var(--secondary); - } - #cobalt { position: fixed; height: 100%;