diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-10-08 17:03:40 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-10-08 17:03:49 +0200 |
commit | 007bc10c07d6a6b7cb6c03a138cc90f6f74a3058 (patch) | |
tree | 2e24514fcf5abf924d152bbac80c950db05be7d2 /layouts/partials/docs/menu-bundle.html | |
parent | 1cd5040d84e852504598ebc58f6839ce4453ca68 (diff) |
Introduce SCSS plugins: dark mode and numbered headings
Diffstat (limited to 'layouts/partials/docs/menu-bundle.html')
-rw-r--r-- | layouts/partials/docs/menu-bundle.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/menu-bundle.html b/layouts/partials/docs/menu-bundle.html index 2aedb54..eced12e 100644 --- a/layouts/partials/docs/menu-bundle.html +++ b/layouts/partials/docs/menu-bundle.html @@ -13,7 +13,7 @@ <style> nav ul a[href{{ $attrEq }}"{{ $attrVal }}"] { - color: {{ default "#004ed0" .Site.Params.BookMenuBundleActiveLinkColor }}; + color: {{ default "#004ed0" .Site.Params.BookMenuBundleActiveLinkColor }}; } </style> {{ end }} |