From 40a510bcf90ecc36c2638d04f2c40809856e8f35 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Wed, 21 Aug 2024 23:31:48 -0400 Subject: set background image to 'fixed' position --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index f922e82..c9ff821 100644 --- a/static/style.css +++ b/static/style.css @@ -67,6 +67,7 @@ body { font-family: 'DejaVu Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; background-image: url("/static/media/grid-background-single-square-light.jpg"); background-size: 1.25rem 1.25rem; + background-attachment: fixed; } main { -- cgit v1.2.3