vendor/assets/stylesheets/_navbar.scss in active_frontend-6.4.2 vs vendor/assets/stylesheets/_navbar.scss in active_frontend-6.5.0
- old
+ new
@@ -33,14 +33,15 @@
width: 1%;
}
/* # Colors
================================================== */
-.navbar-dark {
- background: rgba(35,41,55,1);
- border-color: rgba(0,0,0,0.2);
-}
-.navbar-dark > a { color: rgba(255,255,255,1); }
+.navbar-dark,
+.navbar-primary { border-color: rgba(0,0,0,0.2); }
+.navbar-dark { background: rgba(35,41,55,1); }
+.navbar-primary { background: $primary-color; }
+.navbar-dark > a,
+.navbar-primary > a { color: rgba(255,255,255,1); }
.navbar-light {
background: rgba(245,248,250,1);
border-color: rgba(225,232,237,1);
}
\ No newline at end of file