.td-navbar { background: $dark; min-height: 5rem; .navbar-brand__name { display: none; } .nav-link { color: $secondary !important; font-weight: 600; } .nav-link:hover, .nav-link.active{ background-color: #616161; color: white; border-radius: 5px; } .td-navbar-nav-scroll { height: unset !important; margin-top: unset !important; } .td-navbar-nav-scroll .nav-link { padding: .5rem 1.5rem; } .td-navbar-nav-scroll .navbar-nav { padding-bottom: 0 !important; } } .td-breadcrumbs__single { visibility: hidden; } .td-sidebar-nav .td-sidebar-link__page, ul.ul-2>.td-sidebar-nav__section-title a { color: #616161 !important; font-weight: 400; } ul.ul-2>.td-sidebar-nav__section-title a:hover { color: $blue !important; } .td-toc ul { margin-top: 1rem; } .td-toc li { display: block; padding-bottom: .5rem; } .td-toc a{ display: inline !important; } .tab-content .tab-pane { border: 1px solid rgba(0, 0, 0, 0.125) !important; border-radius: 0px .25rem .25rem .25rem; } .nav-tabs { border: none !important; } .nav-tabs a:not(.active).nav-link:hover { background-color: #0d6efd11; } .td-content ul li, .td-content ol li { margin-bottom: unset !important; } .tab-content div { transition: none; }