Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 5ab8489

Browse files
committed
fixed sidebar
1 parent 1c40182 commit 5ab8489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/custom.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ html[data-theme="dark"] {
273273
}
274274

275275
.menu__link--active.active {
276-
border-left: 5px solid var(--ifm-color-primary) !important;
276+
border-left: 5px solid #6c69a0 !important;
277277
font-weight: 700 !important;
278278
padding-left: 8px;
279279
background-color: rgba(121, 118, 171, 0.2);

0 commit comments

Comments
 (0)