mirror of
https://github.com/primer/css.git
synced 2024-11-11 04:00:54 +03:00
commit
dc4384f1d9
@ -4,7 +4,7 @@
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
color: $brand-gray;
|
||||
color: #666;
|
||||
background-color: #eee;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user