diff --git a/_includes/components/navbar.html b/_includes/components/navbar.html
new file mode 100644
index 0000000..b44e773
--- /dev/null
+++ b/_includes/components/navbar.html
@@ -0,0 +1,34 @@
+
+
Tables
diff --git a/assets/styles/components.scss b/assets/styles/components.scss
index f40e6e8..7e2f9d4 100644
--- a/assets/styles/components.scss
+++ b/assets/styles/components.scss
@@ -1,7 +1,3 @@
-.navbar {
- // background-color: $oc-white !important;
-}
-
.background-primary {
background-color: $primary;
}
@@ -246,6 +242,26 @@
background-color: $secondary !important;
}
+#styleguide-nav {
+ background-color: $oc-white !important;
+ .nav-item:hover {
+ box-shadow: inset 0 -5px $primary;
+
+ & .nav-link {
+ color: $primary;
+ }
+ }
+ .nav-link {
+ color: $oc-gray-9;
+ }
+
+ .show {
+ .nav-item:hover {
+ box-shadow: 0 0;
+ }
+ }
+}
+
.rb-link {
color: $primary !important;
&:hover {
diff --git a/components.md b/components.md
index d62ea60..6bda1b5 100644
--- a/components.md
+++ b/components.md
@@ -7,6 +7,7 @@
- buttons: Buttons
- badges: Badges
- forms: Forms
+ - header: Header
- tables: Tables
- cards: Cards
- scrollspy: Scrollspy