Skip to content

Commit

Permalink
Added missing metalgold-dark colors
Browse files Browse the repository at this point in the history
  • Loading branch information
cjg89 committed Feb 23, 2017
1 parent 20ab5c2 commit 672a757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ $ucf-gold-darkest: #786000;
$ucf-metalgold: #bc9a36;
$ucf-metalgold-lighter: #e0ca99;
$ucf-metalgold-lightest: #eee6cd;
//$ucf-metalgold-darker: ; // TODO
//$ucf-metalgold-darkest: ; // TODO
$ucf-metalgold-darker: darken($ucf-metalgold, 5%);
$ucf-metalgold-darkest: darken($ucf-metalgold, 10%);

// Start with assigning color names to specific hex values.
$white: #fff;
Expand Down

0 comments on commit 672a757

Please sign in to comment.