From 213efd2c1399f8a2efd7876eaf142597c958821a Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:35:24 -0500 Subject: [PATCH] Styling Signed-off-by: Skylar "The Cobra" Widulski --- media/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media/style.css b/media/style.css index 6f727a2..8daaf09 100644 --- a/media/style.css +++ b/media/style.css @@ -76,10 +76,10 @@ input[type=submit] { } progress { - height: 15px; + height: 12px; width: 70%; - border-radius: 7px; - border: 1px solid transparent; + border-radius: 6px; + border: 1px solid #282c34; background-color: #bbc2cf; color: #ff6c6b; }