Fix mkdocs navbar shadow

This commit is contained in:
Kailash Nadh 2023-11-10 12:17:11 +05:30
parent f720e88b44
commit f8a55f84fa

View file

@ -103,3 +103,7 @@ by accommodating for the fixed-header's height */
margin: 60px 0;
display: block;
}
.md-header--shadow {
box-shadow: 0 4px 3px #eee;
transition: none;
}