Skip to content

Commit c78a7a8

Browse files
authored
slightly indent docs navbar items (#941)
1 parent d13a5a4 commit c78a7a8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/overrides/main.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@
3838
[dir=ltr] .md-header__title {
3939
margin-left: 0;
4040
}
41+
.md-nav__item--section>.md-nav__link[for] {
42+
/* Navbar Section Headers */
43+
color: var(--md-typeset-color);
44+
}
45+
.md-nav__item--section>.md-nav>.md-nav__list>.md-nav__item {
46+
/* Navbar Section Items */
47+
padding-left: 15px;
48+
}
4149
</style>
4250
{% endblock styles %}
4351

docs/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = ["scalable minds <[email protected]>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9+
# mkdocs-video is not ready for Py3.11 because of bugs in lxml lib https://github.com/getnikola/nikola/issues/3679
910
python = ">=3.8,<3.11"
1011
mkdocs-glightbox = "^0.3.4"
1112

0 commit comments

Comments
 (0)