Fix highlight of nav items

This commit is contained in:
mark
2023-04-27 17:46:13 +02:00
parent fc07cec664
commit b47bf99744

View File

@@ -18,6 +18,12 @@
margin-bottom: -0.875rem; margin-bottom: -0.875rem;
} }
.toc nav a {
&:hover {
color: var(--bs-primary);
}
}
.toc nav ul { .toc nav ul {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
@@ -30,10 +36,6 @@
.toc nav li { .toc nav li {
margin-bottom: 0.25rem; margin-bottom: 0.25rem;
&:hover {
color: var(--bs-primary);
}
} }
.toc nav a { .toc nav a {