From c582f36b0e354531559b9f72b990d574599eedd1 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:52:26 -0600 Subject: [PATCH] -- --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a2686d9..9e9dc6e 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,5 @@ body { - background: linear-gradient(45deg, #7d8d60, blue); + background: linear-gradient(top, #7d8d60, blue); } #title { -- 2.39.5