aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2024-08-21 23:31:48 -0400
committerAlex Scerba <alex@scerba.org>2024-08-21 23:31:48 -0400
commit40a510bcf90ecc36c2638d04f2c40809856e8f35 (patch)
tree2996eee7ec67cc74ac8527de58a5454181e078d3
parentc149fae3b06c71aca4fefb130c4cc77c3ddebb34 (diff)
set background image to 'fixed' position
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
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 {