vendor/assets/stylesheets/navbar.scss in active_frontend-5.0.1 vs vendor/assets/stylesheets/navbar.scss in active_frontend-6.0.0
- old
+ new
@@ -10,12 +10,12 @@
position: fixed;
right: 0;
z-index: 1030;
}
.navbar {
- background: rgba(0,153,255,1);
+ background: rgba(35,41,55,1);
border-collapse: separate;
- border-top: 2px solid rgba(0,0,0,0.1);
+ border-top: 2px solid rgba(0,0,0,0.2);
box-sizing: border-box;
display: table;
height: 48px;
table-layout: fixed;
width: 100%;
\ No newline at end of file