commento fixes

This commit is contained in:
wgroeneveld 2020-04-12 21:18:00 +02:00
parent 0e0141bc4f
commit 13f2699a62
2 changed files with 11 additions and 4 deletions

View File

@ -22,7 +22,7 @@
<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>
<i class="fa fa-comments-o"></i>&nbsp;<a href="{{ .Permalink }}#commento"></a>
</span>
</span>
</h5>

View File

@ -9,17 +9,24 @@
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 .commento-submit-button {
color: white !important;
background: var(--accent) !important;
}
.commento-root a {
color: var(--accent) !important;
}
.commento-root .commento-card .commento-body p {
font-size: 14pt !important;
}
.commento-root *,
.commento-root-font * {
font-family: 'Source Serif Pro', sans-serif !important;
font-size: 14pt !important;
line-height: 1.7 !important;
color: #333;
text-align: left !important;
}