From f915aad7c2fe7a3cc62dc69a79db0f0d834dd1a9 Mon Sep 17 00:00:00 2001 From: Anand Kumar Date: Tue, 13 Feb 2024 15:21:06 +0530 Subject: [PATCH] fixed circle and background color issue --- progress-steps/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/progress-steps/style.css b/progress-steps/style.css index e9dbb9d..0b443be 100644 --- a/progress-steps/style.css +++ b/progress-steps/style.css @@ -11,7 +11,7 @@ } body { - background-color: #1f1f1f; + background-color: #f1f1f1; font-family: 'Muli', sans-serif; display: flex; align-items: center; @@ -59,7 +59,7 @@ body { } .circle { - background-color: #1f1f1f; + background-color: #f1f1f1; color:#e2e2e2; border-radius: 50%; height: 30px;