From 7417e826aa2e73731aff5ec18ec10d6d07e42571 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 09:13:39 -0600 Subject: [PATCH] -- --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index cef9d7d..f87f05c 100644 --- a/static/style.css +++ b/static/style.css @@ -2,6 +2,10 @@ body { background: linear-gradient(to left, #a0f4a0, #a0f4c0); } +hr { + color: black; +} + #title { text-align: center; font-size: 2.5em; -- 2.39.5