mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs(v2): make double nested sidebar entry thinner and smaller (#1756)
This commit is contained in:
parent
7d5920b30c
commit
9eb725d53a
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue