Added colors to Status

This commit is contained in:
Ziver Koc 2015-04-28 21:01:40 +00:00
parent 2cdd61458f
commit d1b245f55d
2 changed files with 11 additions and 1 deletions

View file

@ -54,3 +54,13 @@ body{
height: 35px;
background-color: #f5f5f5;
}
.red{
color: #a94442;
}
.green{
color: #3c763d;
}
.yellow{
color: #8a6d3b;
}