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