1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 22:53:58 +03:00

Merge pull request #106 from amosie/patch-1

Make brand-blue AA compliant
This commit is contained in:
Mark Otto 2015-04-23 11:15:24 -07:00
commit e9bf84a435

View File

@ -2,7 +2,7 @@ $container-width: 980px !default;
$grid-gutter: 10px !default;
// Brand colors
$brand-blue: #4183c4 !default;
$brand-blue: #4078c0 !default;
$brand-gray-light: #999 !default;
$brand-gray: #666 !default;
$brand-gray-dark: #333 !default;