From d40692c07db13dab793d50dbad9d6b14a2388a07 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 08:57:32 -0600 Subject: [PATCH] -- --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index ff575d0..60e781b 100644 --- a/static/style.css +++ b/static/style.css @@ -1,8 +1,9 @@ body { - background: linear-gradient(to bottom, #7dad60, #60c440); + /* background: linear-gradient(to bottom, #7dad60, #60c440); */ } #title { + background: linear-gradient(to bottom, #7dad60, #60c440); text-align: center; font-size: 2.5em; padding-bottom: 0.5em; -- 2.39.5