Skip to content

Commit ae5cc85

Browse files
committed
fix navmenu style
1 parent 59cf63d commit ae5cc85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/css/extra.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,12 @@ svg.magnify {
402402
transition-delay: 0s;
403403
width: 17.1rem;
404404
}
405+
406+
/* Temporary fix for mkdocs 1.5.3, remove once fixed */
407+
.md-nav--secondary .md-nav__title {
408+
background: transparent;
409+
box-shadow: none;
410+
}
405411
}
406412

407413
.md-typeset summary:after {

0 commit comments

Comments
 (0)