Skip to content

Commit

Permalink
tweak colors for #35
Browse files Browse the repository at this point in the history
  • Loading branch information
almccon committed Jan 18, 2017
1 parent 4d3216b commit 3fc7878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $base-z-index: 0;
// Colors
$blue: #477dca;
$dark-gray: #333;
$medium-gray: #d1d1d0;
$medium-gray: darken(#d0d0d0,10%);
$light-gray: #ddd;
$spinner-gray: #666;
$orange: #0047ba;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/main/_filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}

.category-control-container {
@include linear-gradient(to right, #dedede, #d0d0d0);
@include linear-gradient(to right, #d0d0d0, darken(#d0d0d0,5%));
background-color: #d0d0d0;
color: #fff;
}
Expand Down

0 comments on commit 3fc7878

Please # to comment.