Fix mkdocs navbar shadow
This commit is contained in:
parent
f720e88b44
commit
f8a55f84fa
1 changed files with 4 additions and 0 deletions
|
@ -103,3 +103,7 @@ by accommodating for the fixed-header's height */
|
||||||
margin: 60px 0;
|
margin: 60px 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.md-header--shadow {
|
||||||
|
box-shadow: 0 4px 3px #eee;
|
||||||
|
transition: none;
|
||||||
|
}
|
Loading…
Reference in a new issue