mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 03:46:44 +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;
|
|
}
|