docs(v2): make double nested sidebar entry thinner and smaller (#1756)

This commit is contained in:
Wei Gao 2019-10-06 03:06:48 +08:00 committed by Yangshun Tay
parent 7d5920b30c
commit 9eb725d53a

View file

@ -31,3 +31,9 @@ html[data-theme='dark'] {
--ifm-font-size-base: 17px;
}
}
.menu__list .menu__list .menu__list .menu__link {
font-size: 0.75em;
font-weight: normal;
color: #999;
}