comments.css 478 B

1234567891011121314151617181920212223242526272829
  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-box .comment-form-fields>*,
  17. .comment-box .comment-form-actions {
  18. display: block;
  19. }
  20. .comment-count,
  21. .comment-footer-delete {
  22. background-color: #639ca1;
  23. color: #7CB3B9;
  24. text-decoration: none;
  25. }