JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

Fix ToC hover styling issue #201

Closed ctrekker closed 2 years ago

ctrekker commented 2 years ago

There was a small problem with the CSS code for overriding the variables that change the link color attributes. In particular, --pluto-output-h-color was not getting overridden properly due to a few missing semicolons. All I've done in this PR is add those in, and the :hover behavior of ToC links now works properly.