fix background (thx trinkey)

This commit is contained in:
Ruben 2025-01-13 21:50:05 -06:00
commit 091c2910ea
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -2,6 +2,7 @@
body {
background: linear-gradient(var(--ayu-ui-bg), color-mix(in srgb, var(--ayu-accent) 25%, var(--ayu-uip-bg)));
min-height: calc(100vh - 4rem);
font-family: 'JetBrains Mono', monospace, system-ui, sans-serif;
font-size: 1.125rem;
margin: unset !important; /* idk why it does that */