style: Transition of Navbar from dark to light and vice-versa is now smooth (#24485)
This commit is contained in:
parent
f22ae2dc51
commit
63b8172321
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue