From 642b291fea3d8fc9c4458720ec44bc0096c62d4e Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Fri, 3 Jun 2022 11:24:29 -0500 Subject: Remove default gray background, now using daisyui themes --- src/App.svelte | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 2b497ee..b0ec65c 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -17,8 +17,4 @@ font-family: sans-serif, Proxima Nova; } } - - * { - background-color: #EEEEEE; - } -- cgit v1.2.3