This commit is contained in:
Yax 2019-08-25 18:35:42 +02:00
parent d9a5a5bc00
commit 184b04a857
9 changed files with 80 additions and 49 deletions

View file

@ -156,10 +156,29 @@ a:hover, a:active {
display: none;
}
.comment-separator {
height:1px;
background:#717171;
border-bottom:2px solid #6E9CC7;
margin-bottom: 8px;
}
.comment-indicator {
color: coral;
}
.comment-author {
font-weight: bold;
}
.comment-detail {
margin-bottom: 25px;
}
.comment-body {
margin-left: 42px;
}
/* Footer */
footer {
background: #f0f0f0;