From 860cf6ab5cfe50f9458cfe7dbd3071e6a4435126 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 16:12:16 -0500 Subject: [PATCH] Hopefully fix the frayed edges of the progress bar Signed-off-by: Skylar "The Cobra" Widulski --- media/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/style.css b/media/style.css index 23bdca5..8ef07ce 100644 --- a/media/style.css +++ b/media/style.css @@ -79,7 +79,7 @@ progress { height: 12px; width: 90%; border-radius: 7px; - border: 1px solid #282c34; + border: 2px solid #282c34; background-color: #bbc2cf; color: #ff6c6b; }