From bb843e17c382ac865c135e6b0aa9b6a559219ca0 Mon Sep 17 00:00:00 2001 From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com> Date: Mon, 3 Oct 2022 20:57:56 -0400 Subject: [PATCH] Better dev page --- src/app.css | 11 ++++++++++- src/app.html | 2 +- src/routes/+page.svelte | 13 ++++++++++++- static/background.png | Bin 0 -> 1969379 bytes static/banner.png | Bin 0 -> 54830 bytes static/favicon.png | Bin 1571 -> 14287 bytes tailwind.config.cjs | 3 +++ 7 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 static/background.png create mode 100644 static/banner.png diff --git a/src/app.css b/src/app.css index bd6213e..859c2c3 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,12 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +html, +body { + @apply bg-zinc-800; + @apply text-white; + padding: 0; + margin: 0; + background-image: url(/background.png); +} \ No newline at end of file diff --git a/src/app.html b/src/app.html index 5b53ef7..2d06c87 100644 --- a/src/app.html +++ b/src/app.html @@ -7,6 +7,6 @@ %sveltekit.head%
-