style: Transition of Navbar from dark to light and vice-versa is now smooth (#24485)

This commit is contained in:
Priyanshu Bartwal
2023-11-16 01:11:12 +05:30
committed by GitHub
parent f22ae2dc51
commit 63b8172321

View File

@@ -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;