Skip to content

Commit

Permalink
fix dark highlight on code label for toc element (#5816)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlagn authored and jharrell committed Apr 10, 2024
1 parent 3d4b7ba commit acad32f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,11 @@ hr {
content: "Preview"
}


.table-of-contents__link--active.table-of-contents__link--active:hover code {
color: white !important;
}

.table-of-contents__link:hover, .table-of-contents__link:hover code {
color: rgb(26, 32, 44) !important;
}
Expand Down

0 comments on commit acad32f

Please sign in to comment.