[feat] add color scheme

This commit is contained in:
kwaroran
2023-08-03 08:58:36 +09:00
parent 7d369221dc
commit 0e0601642a
57 changed files with 622 additions and 453 deletions

View File

@@ -23,9 +23,9 @@
</script>
<main class="flex bg-bg w-full h-full max-w-100vw">
<main class="flex bg-bg w-full h-full max-w-100vw text-textcolor">
{#if !$loadedStore}
<div class="w-full h-full flex justify-center items-center text-gray-200 text-xl">
<div class="w-full h-full flex justify-center items-center text-textcolor text-xl">
<span>Loading...</span>
</div>
{:else if !didFirstSetup}