Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Darken overall green color
Darkens the green color used throughout to provide a bit more contrast
and reduce fluorescence.
  • Loading branch information
Aaron Shekey committed Mar 31, 2015
commit ccecd781a21d0e81a90b2494e0aa868bf10c797f
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $brand-blue: #4183c4 !default;
$brand-gray-light: #999 !default;
$brand-gray: #666 !default;
$brand-gray-dark: #333 !default;
$brand-green: #6cc644 !default;
$brand-green: #63b346 !default;
$brand-red: #bd2c00 !default;
$brand-orange: #f93 !default;
$brand-purple: #6e5494 !default;
Expand Down