Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Oct 7, 2024
1 parent 27fa6be commit 76a3c38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,14 +355,13 @@ input[type="radio"]:checked::before {
}

li:has(a.table-of-contents__link--active) {
border-left: 2px solid #FDEA2E;
border-left: 2px solid #fdea2e;
}

li li:has(a.table-of-contents__link--active) {
border-left: none;
}


.table-of-contents__link:hover {
color: var(--ifm-color-gray-900);
}
Expand Down

0 comments on commit 76a3c38

Please sign in to comment.