From 9dbcfdeedf640b6693ca1cf5161121ac03bfbbe2 Mon Sep 17 00:00:00 2001 From: Md Rafeeq <97541181+md-rafiq-03@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:25:17 +0530 Subject: [PATCH] Update style.css --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3ca10d4..0858b36 100644 --- a/style.css +++ b/style.css @@ -1235,6 +1235,7 @@ body.active { .useful-links, .socialbtns { color: #D3D3D3; + transition: all 400ms ease; } .btn-quantity { @@ -1270,4 +1271,4 @@ body.active { border-radius: 1.6em; margin-top: 20px; display: inline-block; -} \ No newline at end of file +}