Skip to content

Commit

Permalink
minor css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis committed Jan 31, 2015
1 parent fe40399 commit 8937b84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions less/_colors.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
@color-link-active : darken( @color-primary, 15% );

@color-btn : #fff;
@color-btn-bg : #888;
@color-btn-bg-hover : darken(@color-btn-bg, 10%);
@color-btn-bg : @color-primary;
@color-btn-bg-hover : @color-primary-hover;

@color-bg-scroll-link : #e4e4e4;
@color-bg-scroll-link-hover : darken( @color-bg-scroll-link, 10% );
Expand Down
Loading

0 comments on commit 8937b84

Please sign in to comment.