diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html
index af57e1679..22bab8848 100644
--- a/docs/_includes/nav-home.html
+++ b/docs/_includes/nav-home.html
@@ -1,4 +1,4 @@
-
+
diff --git a/docs/assets/scss/_nav.scss b/docs/assets/scss/_nav.scss
index b72f6de1a..95de4f78d 100644
--- a/docs/assets/scss/_nav.scss
+++ b/docs/assets/scss/_nav.scss
@@ -5,37 +5,27 @@
//
.bd-navbar {
- // @include media-breakpoint-up(md) {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1030; // over everything in bootstrap
min-height: 4rem;
- // max-height: calc(100vh - 4rem);
- // overflow-y: auto;
- // }
- // padding-right: 0;
- // padding-left: 0;
- // margin-bottom: 2rem;
- background-color: #fff;
- background-clip: padding-box;
+ background-color: $bd-purple;
border-bottom: 1px solid rgba(0,0,0,.1);
box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
.navbar-nav {
.nav-link {
- color: $bd-graphite-light;
+ color: $bd-purple-light;
&.active,
- &:hover,
- &:focus {
- color: $gray-dark;
+ &:hover {
+ color: #fff;
background-color: transparent;
}
&.active {
font-weight: 500;
- color: darken($gray-dark, 15%);
}
}
}
@@ -51,9 +41,9 @@
font-size: .875rem;
}
- .navbar-brand {
- color: $bd-purple;
- }
+ // .navbar-brand {
+ // color: #fff;
+ // }
.bd-navbar-brand-wrap {
padding-top: .25rem;