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; }