aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-06-03 11:24:29 -0500
committerFurkan Sahin <furkan-dev@proton.me>2022-06-03 11:24:29 -0500
commit642b291fea3d8fc9c4458720ec44bc0096c62d4e (patch)
tree4e6d65563219b5d76ad446841bfa16841d5ae0a5 /src
parent7883cc717cbedb01c44a1a8c89eda105938a5603 (diff)
Remove default gray background, now using daisyui themes
Diffstat (limited to 'src')
-rw-r--r--src/App.svelte4
1 files changed, 0 insertions, 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;
- }
</style>