Commit 8c9916d0 authored by Henk Verlinde's avatar Henk Verlinde
Browse files

ux: set font weight active page to 500

parent 57c76b58
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -92,6 +92,12 @@ a.docs-link {
  color: $link-color;
}

.nav-link.active,
.dropdown-menu-main .dropdown-item.active,
.docs-link.active {
  font-weight: 500;
}

.docs-links h3.sidebar-link,
.page-links h3.sidebar-link {
  text-transform: none;
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ lqipWidth = "20x"
smallLimit = "300"

# Footer
footer = "Powered by <a href=\"https://www.netlify.com/\">Netlify</a>, <a href=\"https://gohugo.io/\">Hugo</a>, and <a href=\"https://getdoks.org/\">Doks</a>"
footer = "Powered by <a class=\"text-muted\" href=\"https://www.netlify.com/\">Netlify</a>, <a class=\"text-muted\" href=\"https://gohugo.io/\">Hugo</a>, and <a class=\"text-muted\" href=\"https://getdoks.org/\">Doks</a>"

# Feed
copyRight = "Copyright (c) 2020-2021 Henk Verlinde"