Skip to content

Commit

Permalink
Fix ToC hover styling issue (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrekker authored Mar 7, 2022
1 parent db13c39 commit 18bb63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TableOfContents.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ const toc_css = """
@media (prefers-color-scheme: dark) {
.plutoui-toc {
--main-bg-color: hsl(0deg 0% 21%);
--pluto-output-color: hsl(0, 0%, 90%)
--pluto-output-h-color: hsl(0, 0%, 97%)
--pluto-output-color: hsl(0, 0%, 90%);
--pluto-output-h-color: hsl(0, 0%, 97%);
}
}
Expand Down

0 comments on commit 18bb63a

Please sign in to comment.