We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13a5a4 commit c78a7a8Copy full SHA for c78a7a8
docs/overrides/main.html
@@ -38,6 +38,14 @@
38
[dir=ltr] .md-header__title {
39
margin-left: 0;
40
}
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
49
</style>
50
{% endblock styles %}
51
docs/pyproject.toml
@@ -6,6 +6,7 @@ authors = ["scalable minds <[email protected]>"]
6
readme = "README.md"
7
8
[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
10
python = ">=3.8,<3.11"
11
mkdocs-glightbox = "^0.3.4"
12
0 commit comments