From 250c4b939507fc332df1feaf73a7ea48c7476102 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 10:18:03 -0600 Subject: [PATCH] -- --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 05167b0..53cf762 100644 --- a/static/style.css +++ b/static/style.css @@ -2,6 +2,7 @@ body { /* background: linear-gradient(to left, #a0f4a0, #a0f4c0); */ background-image: url("/static/background.png"); background-position: bottom right; + background-repeat: none; } #title { -- 2.39.5