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