From 5a27930e5c6632aa708d532051c945a698075712 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 10:13:42 -0600 Subject: [PATCH] -- --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index a8e1aae..1cf32b7 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,6 @@ body { background: linear-gradient(to left, #a0f4a0, #a0f4c0); + background-image: url("/static/background.png"); } #title { @@ -15,6 +16,7 @@ body { text-align: center; padding-top: 0.25em; margin-top: 1em; + border-color: black; border-top-style: solid; border-width: 1px; } -- 2.39.5