From cf0e273ba194f60e7b3d01e8be3ad6618ff23e74 Mon Sep 17 00:00:00 2001 From: mayank-0103 <201279422+mayank-0103@users.noreply.github.com> Date: Wed, 12 Mar 2025 14:38:39 +0530 Subject: [PATCH] Updated animations --- progress-steps/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/progress-steps/style.css b/progress-steps/style.css index de2cb8a..fbab3a8 100644 --- a/progress-steps/style.css +++ b/progress-steps/style.css @@ -76,10 +76,12 @@ body { .circle.active { border-color: var(--line-border-fill); - background-color: #f1f1f1; + background-color: #e7f7fa; animation-name: pop; animation-timing-function: ease-in-out; animation-duration: 0.5s; + font-size: 130%; + font-weight: 1000; } .circle:not(.active) {