This commit is contained in:
kek7198 2021-12-09 18:33:53 -06:00
parent 139535b3a8
commit f602f91033
2 changed files with 7 additions and 7 deletions

View file

@ -3818,19 +3818,19 @@ pre .com, code .com {
font-size: 1rem;
}
.comment-section {
/* .comment-section {
background-color: var(--gray-600);
}
.comment-section > .comment {
padding-left: 12px;
}
}*/
.comment {
/* .comment {
margin-top: 1.5rem;
}
.comment .comment-collapse {
*/
/* .comment .comment-collapse {
padding-right: 10px;
}
@ -3849,7 +3849,7 @@ pre .com, code .com {
.comment.collapsed .comment-body:hover {
opacity: 0.5;
}
}*/
.comment-actions .fa, .comment-actions .fas, .comment-actions .far {
color: var(--gray-100);

View file

@ -186,7 +186,7 @@
{% block stylesheets %}
<link rel="stylesheet" href="/assets/css/main.css?v=132">
<link rel="stylesheet" href="/assets/css/main.css?v=133">
{% assets 'css' %}
<link rel="stylesheet" href="{{ ASSET_URL }}">