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

19 lines
264 B
CSS

.ke-content {
font-size: 12px;
background-color: #ffffff;
}
.ke-content table {
border-collapse:collapse;
}
.red {
color: white;
background-color: red;
}
.green {
color: white;
background-color: green;
}
.yellow {
color: white;
background-color: yellow;
}