From 47494e06ff204827e7e68c584b8c63d3de4cbd12 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 7 Feb 2023 15:34:10 -0800 Subject: [PATCH] no rounded, change color on progress --- src/styles/hero.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/hero.css b/src/styles/hero.css index 32eb240..40180f8 100644 --- a/src/styles/hero.css +++ b/src/styles/hero.css @@ -11,7 +11,7 @@ .progress { background: rgba(255,255,255,0.1); justify-content: flex-start; - border-radius: 100px; + border-radius: 0; align-items: center; position: relative; padding: 0 5px; @@ -25,7 +25,7 @@ .progress-value { animation: load 3s normal forwards; box-shadow: 0 10px 20px -10px #fff; - border-radius: 100px; + border-radius: 0; background: #fff; height: 30px; } @@ -34,7 +34,7 @@ width: 100%; text-align: center; position: absolute; - color: black; + color: #ef3b39; } .section {