From 5c8c68077c4d8f9479f8e1a04721382e2a79fcda Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Sun, 23 Feb 2025 00:54:13 +0100 Subject: [PATCH] the migration is completed --- postcss.config.js | 2 +- src/app.css | 14 +++++++------- src/app.html | 1 - src/lib/components/Loader.svelte | 4 ++-- src/routes/+page.svelte | 4 ++-- 5 files changed, 12 insertions(+), 13 deletions(-) diff --git a/postcss.config.js b/postcss.config.js index c5c819c..85b958c 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,5 @@ export default { plugins: { - '@tailwindcss/postcss': {}, + '@tailwindcss/postcss': {} } }; diff --git a/src/app.css b/src/app.css index 14f9600..8930214 100644 --- a/src/app.css +++ b/src/app.css @@ -12,11 +12,11 @@ color utility to any element that depends on these defaults. */ @layer base { - *, - ::after, - ::before, - ::backdrop, - ::file-selector-button { - border-color: var(--color-gray-200, currentColor); - } + *, + ::after, + ::before, + ::backdrop, + ::file-selector-button { + border-color: var(--color-gray-200, currentColor); + } } diff --git a/src/app.html b/src/app.html index 3f8a15c..555ee96 100644 --- a/src/app.html +++ b/src/app.html @@ -11,7 +11,6 @@ font-family: 'Press Start 2P'; src: url('/fonts/PressStart2P-Regular.ttf'); } - body { background: black; /* Fallback */ diff --git a/src/lib/components/Loader.svelte b/src/lib/components/Loader.svelte index ed83b10..62b43fc 100644 --- a/src/lib/components/Loader.svelte +++ b/src/lib/components/Loader.svelte @@ -1,6 +1,6 @@