Skip to content

Commit dc4384f

Browse files
committed
Merge pull request #125 from primer/contrast
Change #666 to #767676
2 parents 11e61ae + eb6e3d7 commit dc4384f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/_counter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font-size: 11px;
55
font-weight: bold;
66
line-height: 1;
7-
color: $brand-gray;
7+
color: #666;
88
background-color: #eee;
99
border-radius: 20px;
1010
}

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $grid-gutter: 10px !default;
44
// Brand colors
55
$brand-blue: #4078c0 !default;
66
$brand-gray-light: #999 !default;
7-
$brand-gray: #666 !default;
7+
$brand-gray: #767676 !default;
88
$brand-gray-dark: #333 !default;
99
$brand-green: #6cc644 !default;
1010
$brand-red: #bd2c00 !default;

0 commit comments

Comments
 (0)