This commit is contained in:
Maxim Devaev 2025-03-28 13:23:37 +02:00
parent 9a34f12330
commit 8dea597612
1 changed files with 2 additions and 2 deletions

View File

@ -33,11 +33,11 @@ li.md-nav__item--section > label.md-nav__link {
display: none;
}
.md-nav__link--active {
.md-sidebar--primary .md-nav__link--active {
font-weight: bold;
color: #e82062 !important;
}
.md-nav__link--active:before {
.md-sidebar--primary .md-nav__link--active:before {
content: "\21D2";
margin-right: 6px;
}