mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
Use dark color for breadcrumb rollovers
To keep breadcrumbs visible
This commit is contained in:
@@ -205,6 +205,10 @@ html[data-theme=dark] .theme-doc-sidebar-menu .menu__link--active + .menu__caret
|
||||
color: var(--ifm-heading-color);
|
||||
}
|
||||
|
||||
html[data-theme=dark] [class^=docMainContainer_] .breadcrumbs__link:hover {
|
||||
--ifm-heading-color: #041834;
|
||||
}
|
||||
|
||||
[class^=docMainContainer_] .breadcrumbs__item:not(:last-child):after {
|
||||
opacity: 1;
|
||||
margin-left: 0.1rem;
|
||||
|
||||
Reference in New Issue
Block a user