Skip to content

Commit

Permalink
Fix border color
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Apr 24, 2015
1 parent ab182b5 commit 15deb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/vars/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $brand-danger: $red;
$brand-muted: $gray-1;

$brand-bg: #FAFAFA;
$brand-border: darken($gray-6, 10%);
$brand-border: $gray-5;
$brand-divider: darken($brand-bg, 5%);
$brand-shadow: rgba(100, 100, 100, 0.2);

Expand Down

0 comments on commit 15deb9e

Please sign in to comment.