comments.css 383 B

123456789101112131415161718192021222324
  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-box button {
  10. background-color: #47696f;
  11. border-radius: 0.5em 1ex;
  12. border-width: 0;
  13. color: inherit;
  14. text-transform: uppercase;
  15. }
  16. .comment-count,
  17. .comment-footer-delete {
  18. background-color: #639ca1;
  19. color: #7CB3B9;
  20. text-decoration: none;
  21. }