From 1a54de07755b0329ca8d031bc61b63e1a749521e Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 10:16:23 -0600 Subject: [PATCH] -- --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index a24b118..29d2fdd 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,6 @@ body { - background: linear-gradient(to left, #a0f4a0, #a0f4c0); - /* background-image: url("/static/background.png"); */ + /* background: linear-gradient(to left, #a0f4a0, #a0f4c0); */ + background-image: url("/static/background.png"); } #title { -- 2.39.5