From 63b81723218726f2fd2a1db7af4e56693261c257 Mon Sep 17 00:00:00 2001 From: Priyanshu Bartwal <110045644+git-init-priyanshu@users.noreply.github.com> Date: Thu, 16 Nov 2023 01:11:12 +0530 Subject: [PATCH] style: Transition of Navbar from dark to light and vice-versa is now smooth (#24485) --- docs/src/styles/main.less | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/styles/main.less b/docs/src/styles/main.less index 80dee90ec..d10047fde 100644 --- a/docs/src/styles/main.less +++ b/docs/src/styles/main.less @@ -117,6 +117,7 @@ a > span > svg { font-size: 14px; font-weight: 400; background-color: #fff; + transition: all 0.5s; .get-started-button { border-radius: 10px;