Skip to content

Commit

Permalink
color for links changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Jul 14, 2016
1 parent d8357d9 commit 7082737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $body-bg: #fff !default;
$text-color: $gray-dark !default;

//** Global textual link color.
$link-color: $brand-primary !default;
$link-color: $accent !default;
//** Link hover color set via `darken()` function.
$link-hover-color: darken($link-color, 15%) !default;
//** Link hover decoration.
Expand Down Expand Up @@ -377,7 +377,7 @@ $navbar-collapse-max-height: 340px !default;
$navbar-default-color: $accent-secondary !default;
//$navbar-default-bg: #f8f8f8 !default;
$navbar-default-bg: $accent-secondary !default;
$navbar-default-border: darken($navbar-default-bg, 6.5%) !default;
$navbar-default-border: $accent-secondary !default;

// Navbar links
$navbar-default-link-color: #ffffff !default;
Expand Down

0 comments on commit 7082737

Please sign in to comment.