We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11e61ae + eb6e3d7 commit dc4384fCopy full SHA for dc4384f
scss/_counter.scss
@@ -4,7 +4,7 @@
4
font-size: 11px;
5
font-weight: bold;
6
line-height: 1;
7
- color: $brand-gray;
+ color: #666;
8
background-color: #eee;
9
border-radius: 20px;
10
}
scss/_variables.scss
@@ -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;
0 commit comments