/* Docs hub sidebar: link colors + active state (blue bar, well rounded). */

#docs-hub-root .docs-sidebar-nav a,
#docs-hub-root .docs-sidebar-nav a:link,
#docs-hub-root .docs-sidebar-nav a:visited,
#docs-hub-root .docs-sidebar-nav a:hover,
#docs-hub-root .docs-sidebar-nav a:focus,
#docs-hub-root .docs-sidebar-nav a:active {
  color: #e6edf3 !important;
  text-decoration: none !important;
}

/* Active: blue bar left + soft blue tint, rounded */
#docs-hub-root .docs-sidebar-nav a.docs-nav-link.active {
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(88, 166, 255, 0.1) !important;
  box-shadow: inset 4px 0 0 #58a6ff !important;
  padding-left: 18px !important;
}
