From 072993cb72121be45b46af853bb7cf55e4c39e5a Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:52:48 -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 9e9dc6e..a2686d9 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,5 @@ body { - background: linear-gradient(top, #7d8d60, blue); + background: linear-gradient(45deg, #7d8d60, blue); } #title { -- 2.39.5