You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
137 B

div {
font-family: Consolas;
font-size: 12px;
}
.success {
color: rgb(0, 128, 0);
}
.failure {
color: rgb(192, 0, 0);
}