feat: gradient bgs, removed magick wasm

This commit is contained in:
not-nullptr 2024-11-15 17:00:06 +00:00
parent 7f27ee0ff6
commit 70a17df7bf
2 changed files with 5 additions and 0 deletions

View File

@ -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 {

Binary file not shown.