From 5abe08ccd465a8f8015607360d2943e042ed6c25 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:53:56 -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 b954ccb..197606b 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,5 @@ body { - background: linear-gradient(45deg, #7d8d60, #d6be20); + background: linear-gradient(to bottom, #7d8d60, #d6be20); } #title { -- 2.39.5