From 091c2910ea6bdef8ea6931d0e6890db588c9ad61 Mon Sep 17 00:00:00 2001 From: Ruben Date: Mon, 13 Jan 2025 21:50:05 -0600 Subject: [PATCH] fix background (thx trinkey) --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 0caedeb..9ef3789 100644 --- a/style.css +++ b/style.css @@ -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 */