comments.css 235 B

12345678910111213141516
  1. body {
  2. background-color: #639ca1;
  3. color: white;
  4. font-family: sans-serif;
  5. }
  6. .comment-box h3 {
  7. display: none;
  8. }
  9. .comment-count,
  10. .comment-footer-delete {
  11. background-color: #639ca1;
  12. color: #7CB3B9;
  13. text-decoration: none;
  14. }