33 lines
260 B
CSS
Raw Normal View History

.white {
color: #fff;
2016-08-09 12:59:22 -04:00
}
.red,
.important {
2016-08-09 12:59:22 -04:00
color: red;
}
.green {
color: green;
}
2016-09-11 19:11:59 -04:00
.orange,
.rating {
color: orange;
}
2016-08-11 22:01:41 -04:00
.medium {
color: #FF9900;
}
.gray {
color: grey;
2016-08-11 22:01:41 -04:00
}
.critical {
color: #9400d3;
}
.blue {
color: blue;
}