From 4df0dd6dbb15319994e3d433c7d8a387a2b7d571 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:38:55 -0500 Subject: [PATCH] Increase border radius 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 0cf7280..37fd7da 100644 --- a/media/style.css +++ b/media/style.css @@ -78,7 +78,7 @@ input[type=submit] { progress { height: 12px; width: 90%; - border-radius: 6px; + border-radius: 7px; border: 1px solid #282c34; background-color: #bbc2cf; color: #ff6c6b;