vendor/assets/stylesheets/bulmaswatch/yeti/_variables.scss in diproart-bulma-rails-0.6.1.pre.3 vs vendor/assets/stylesheets/bulmaswatch/yeti/_variables.scss in diproart-bulma-rails-0.7.0
- old
+ new
@@ -7,11 +7,11 @@
$grey-light: #ccc;
$grey-lighter: #e9e9e9;
$orange: #E99002;
$green: #43ac6a;
-$blue: #5bc0de;
+$cyan: #5bc0de;
$red: #F04124;
$primary: #008cba !default;
$warning: $orange;
@@ -28,10 +28,10 @@
$subtitle-color: $grey;
$button-background-color: $grey-lighter;
$button-border-color: darken($button-background-color, 5);
-$navbar-background-color: $primary;
+$navbar-background-color: #767676;
$navbar-item-color: rgba(#fff, 0.6);
$navbar-item-hover-color: #fff;
$navbar-item-active-color: #fff;
$navbar-item-hover-background-color: rgba(#000, 0.1);
$navbar-dropdown-arrow: $navbar-item-color;