From d10e5027742b412774d9ff820bf3cc63d1ac1440 Mon Sep 17 00:00:00 2001 From: Imanoel Ali Date: Thu, 17 Jan 2019 11:40:42 +0330 Subject: [PATCH] update progress bar style --- assets/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/styles.css b/assets/styles.css index 36364ce..38632e1 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -51,11 +51,11 @@ li:first-child { } #progress { - background-color: #ff00007d; + background-color: #ff4949f7; width: 0%; - height: 29px; + height: 6px; margin: auto; - border-radius: 4px; + border-radius: 0; position: relative; top: 0; z-index: 999;