index.css 282 B

12345678910111213141516171819
  1. .ke-content {
  2. font-size: 12px;
  3. background-color: #ffffff;
  4. }
  5. .ke-content table {
  6. border-collapse:collapse;
  7. }
  8. .red {
  9. color: white;
  10. background-color: red;
  11. }
  12. .green {
  13. color: white;
  14. background-color: green;
  15. }
  16. .yellow {
  17. color: white;
  18. background-color: yellow;
  19. }