diff --git a/src/app.scss b/src/app.scss index ca8f368..841a8a8 100644 --- a/src/app.scss +++ b/src/app.scss @@ -52,6 +52,9 @@ --fg-muted-alt: hsl(0, 0%, 25%); --fg-highlight: hsl(303, 64%, 65%); --fg-failure: hsl(0, 67%, 80%); + --bg-gradient: linear-gradient(to bottom, #c800ff0c, #c800ff00), + linear-gradient(to bottom left, #0015ff0c, #0015ff00 50%), + linear-gradient(to bottom right, #ff001e18, #ff001e00 50%); color-scheme: dark; } @@ -78,6 +81,8 @@ body { @apply text-foreground bg-background font-body overflow-x-hidden; width: 100vw; + background: var(--bg-gradient); + background-size: 100vw 100vh; } @layer components { diff --git a/static/magick.wasm b/static/magick.wasm deleted file mode 100644 index 626cd6d..0000000 Binary files a/static/magick.wasm and /dev/null differ