#22, fix link color defaulting order (sleepy me)
This commit is contained in:
parent
fa58475a37
commit
21b245b465
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<style>
|
<style>
|
||||||
nav ul a[href="{{- .Permalink -}}"] {
|
nav ul a[href="{{- .Permalink -}}"] {
|
||||||
color: {{ default .Site.Params.BookMenuBundleActiveLinkColor "#004ed0" }};
|
color: {{ default "#004ed0" .Site.Params.BookMenuBundleActiveLinkColor }};
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
|
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
|
||||||
|
|
Loading…
Reference in a new issue