9 lines
106 B
CSS
9 lines
106 B
CSS
|
<style>
|
||
|
.comment-title {
|
||
|
color:#777;
|
||
|
}
|
||
|
|
||
|
.comment-content {
|
||
|
margin-left: 20px;
|
||
|
}
|
||
|
</style>
|