mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 17:06:37 +08:00
17 lines
172 B
CSS
17 lines
172 B
CSS
.myComment {
|
|
border-bottom: 1px solid lightgrey;
|
|
}
|
|
|
|
.myComment:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.assetURL {
|
|
font-size: 16px;
|
|
color: black;
|
|
}
|
|
|
|
.commentBody {
|
|
|
|
}
|