From 6475fa6b90138c63f2ed076814e1e2e5c378257a Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 29 Dec 2025 23:43:38 -0500 Subject: [PATCH] use fixed background attachment --- styles/default.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles/default.css b/styles/default.css index 49789f0..3ccdc93 100644 --- a/styles/default.css +++ b/styles/default.css @@ -2,8 +2,7 @@ html { font-family: monospace; font-size: large; - background: linear-gradient(to bottom right, turquoise, teal); - min-height: 100%; + background: fixed linear-gradient(to bottom right, turquoise, teal); } body {