Skip to content

Commit

Permalink
hover color navbar updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Aug 2, 2016
1 parent 7a8d62b commit 9a71db5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
$red: #ED5565;
$accent: #06a8e1;
$accent-secondary: #25c079;
$accent-secondary-dark: darken($accent-secondary, 20%);


$brand-primary: #0084ff !default; // #337ab7
Expand Down Expand Up @@ -381,7 +382,7 @@ $navbar-default-border: $accent-secondary !default;

// Navbar links
$navbar-default-link-color: #ffffff !default;
$navbar-default-link-hover-color: #333 !default;
$navbar-default-link-hover-color: $accent-secondary-dark !default;
$navbar-default-link-hover-bg: transparent !default;
$navbar-default-link-active-color: #555 !default;
$navbar-default-link-active-bg: darken($navbar-default-bg, 6.5%) !default;
Expand Down

0 comments on commit 9a71db5

Please sign in to comment.