mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-20 14:47:58 +01:00
16 lines
234 B
CSS
16 lines
234 B
CSS
.fetched-comment {
|
|
margin-bottom: -1px; /* collapse block borders */
|
|
}
|
|
|
|
.comment_deleted {
|
|
color: var(--vote-down-color);
|
|
}
|
|
|
|
.comment_under_review {
|
|
color: blue;
|
|
}
|
|
|
|
.post-image-container {
|
|
width: 60px;
|
|
text-align: center;
|
|
}
|