123456789101112131415161718192021222324 |
- body {
- background-color: #639ca1;
- color: white;
- font-family: sans-serif;
- }
- .comment-box h3 {
- display: none;
- }
- .comment-box button {
- background-color: #47696f;
- border-radius: 0.5em 1ex;
- border-width: 0;
- color: inherit;
- text-transform: uppercase;
- }
- .comment-count,
- .comment-footer-delete {
- background-color: #639ca1;
- color: #7CB3B9;
- text-decoration: none;
- }
|