#22: Highlight current links that end with relref

This commit is contained in:
Alex Shpak 2019-02-13 23:06:10 +01:00
parent 82b4d3212c
commit fda5e7a046

View file

@ -1,5 +1,5 @@
<style>
nav ul a[href="{{- .Permalink -}}"] {
nav ul a[href$="{{- .RelPermalink -}}"] {
color: {{ default "#004ed0" .Site.Params.BookMenuBundleActiveLinkColor }};
}
</style>