Edit sidebars (#959)

This commit is contained in:
pollfly
2024-11-07 12:17:26 +02:00
committed by GitHub
parent cb31edd2f1
commit 8026b1f474
12 changed files with 207 additions and 125 deletions

View File

@@ -357,6 +357,15 @@ html[data-theme="light"] [class^="sidebarLogo"] > img {
background-repeat: no-repeat;
}
.menu__caret:hover {
background: transparent;
}
.menu__caret:before {
background-size: 1.25rem;
}
.navbar-sidebar .navbar-sidebar__back {color: var(--ifm-link-color);}