From 0e0141bc4ffa77ad046a7647f80867e0c097fc76 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Sun, 12 Apr 2020 21:11:20 +0200 Subject: [PATCH] commento amount of posts, fix styles --- layouts/partials/list-item.html | 3 +++ static/css/brainbaking.css | 18 +++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/layouts/partials/list-item.html b/layouts/partials/list-item.html index 1c6f739a..1bb5229b 100644 --- a/layouts/partials/list-item.html +++ b/layouts/partials/list-item.html @@ -20,6 +20,9 @@  |   {{ .Lastmod.Format (.Site.Params.dateFormat | default "2 January 2006") }} +  |  + +   diff --git a/static/css/brainbaking.css b/static/css/brainbaking.css index 89b34f91..a8af4558 100644 --- a/static/css/brainbaking.css +++ b/static/css/brainbaking.css @@ -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 **/