20 lines
155 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;
}
.orange {
color: orange;
}
.gray {
color: grey;
}