From 18f8436078b63aa17c245b7d9e76d6c7d26b6543 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Wed, 3 Jan 2024 17:20:38 +0100 Subject: [PATCH] fix: broke CSS background on some displays --- static/site.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/site.css b/static/site.css index 461364e..311e889 100644 --- a/static/site.css +++ b/static/site.css @@ -1,5 +1,6 @@ body{ background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%); + background-attachment: fixed; color: aliceblue !important; }