add css for navbar depth

This commit is contained in:
vbarda
2025-01-14 13:31:39 -05:00
parent 0a04262f05
commit a9073241b2
2 changed files with 10 additions and 10 deletions
-10
View File
@@ -1,10 +0,0 @@
.md-nav__item a[href$="agentic_concepts/"],
.md-nav__item a[href$="guide2/"],
.md-nav__item a[href$="topic1/"],
.md-nav__item a[href$="topic2/"] {
display: none !important;
}
li:has(> a[href$="concepts/"]) > button.md-nav__btn {
display: none !important;
}
+10
View File
@@ -158,6 +158,16 @@
background-color: #CFC9FA;
color: #000000;
}
/* control the navbar depth */
[data-md-level="2"] .md-nav {
display: none;
}
/* disable the collapse/expand icon in the navar */
.md-nav__icon {
display: none;
}
</style>
{% endblock %}