philomena/assets/css/views/comments.css

17 lines
234 B
CSS
Raw Normal View History

2019-08-18 02:43:44 +02:00
.fetched-comment {
margin-bottom: -1px; /* collapse block borders */
}
.comment_deleted {
2024-12-17 17:49:05 +01:00
color: var(--vote-down-color);
2019-08-18 02:43:44 +02:00
}
.comment_under_review {
color: blue;
}
.post-image-container {
width: 60px;
text-align: center;
}