Merge pull request #223 from travis-ci/ha-bug-ci_gh1659

Style 'grey' class
This commit is contained in:
Hiro Asari 2013-12-02 05:35:16 -08:00
commit f86a7f8973
2 changed files with 3 additions and 0 deletions

View File

@ -131,3 +131,4 @@ $ansi-cyan: #C6C5FE
$ansi-cyan-bold: #DFDFFE
$ansi-white: #EEEEEE
$ansi-white-bold: #FFFFFF
$ansi-grey: #969696

View File

@ -40,6 +40,8 @@
color: $ansi-white
.white.bold
color: $ansi-white-bold
.grey
color: $ansi-grey
.bg-black
background-color: $ansi-black
.bg-red