commento amount of posts, fix styles

This commit is contained in:
wgroeneveld 2020-04-12 21:11:20 +02:00
parent 76537b2912
commit 0e0141bc4f
2 changed files with 12 additions and 9 deletions

View File

@ -20,6 +20,9 @@
</span>&nbsp;|&nbsp;
<span title="Last Modified Date">
<i class='fa fa-calendar-check-o'></i>&nbsp;{{ .Lastmod.Format (.Site.Params.dateFormat | default "2 January 2006") }}
</span>&nbsp;|&nbsp;
<span title="Comments">
<i class="fa fa-comments-o"></i>&nbsp;<a href="{{ .RelPermalink }}#commento"></a>
</span>
</span>
</h5>

View File

@ -1,30 +1,30 @@
/** commento specific **/
.commento-root .commento-round-check input[type=checkbox]:checked+label:before,
.commento-root .commento-round-check input[type=radio]:checked+label:before {
background: var(--accent);
border: 1px solid var(--accent);
background: var(--accent) !important;
border: 1px solid var(--accent) !important;
}
.commento-root .commento-markdown-help tr td pre {
padding: 0;
padding: 0 !important;
}
.commento-root .commento-sort-policy-buttons-container .commento-sort-policy-buttons .commento-sort-policy-button-selected,
.commento-root .commento-submit-button,
.commento-root a {
color: var(--accent);
color: var(--accent) !important;
}
.commento-root *,
.commento-root-font * {
font-family: 'Source Serif Pro', sans-serif;
font-size: 14pt;
line-height: 1.7;
text-align: left;
font-family: 'Source Serif Pro', sans-serif !important;
font-size: 14pt !important;
line-height: 1.7 !important;
text-align: left !important;
}
.commento-root .commento-card .commento-name {
font-size: 14pt;
font-size: 14pt !important;
}
/** index.html **/