1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 21:58:42 +03:00
This achieves minimum AA compliancy against `#fff` with a change that's less stark than the current `#666`. For `color`s against `#eee` though, we'll need to manually adjust the values, but I think that's fair game.
This commit is contained in:
Mark Otto 2015-06-01 14:20:39 -07:00
parent 11e61aec12
commit a624784be9

View File

@ -4,7 +4,7 @@ $grid-gutter: 10px !default;
// Brand colors
$brand-blue: #4078c0 !default;
$brand-gray-light: #999 !default;
$brand-gray: #666 !default;
$brand-gray: #767676 !default;
$brand-gray-dark: #333 !default;
$brand-green: #6cc644 !default;
$brand-red: #bd2c00 !default;