1
1
mirror of https://github.com/primer/css.git synced 2024-11-11 04:00:54 +03:00

Merge pull request #125 from primer/contrast

Change #666 to #767676
This commit is contained in:
Mark Otto 2015-06-01 14:37:38 -07:00
commit dc4384f1d9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
font-size: 11px;
font-weight: bold;
line-height: 1;
color: $brand-gray;
color: #666;
background-color: #eee;
border-radius: 20px;
}

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;