From e3263412513f05215185a1d13d6df2e20bc49ee4 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Mon, 13 Apr 2020 21:06:25 +0200 Subject: [PATCH] commento social buttons css --- static/css/custom.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index 28a24c7..a9e2140 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -18,9 +18,19 @@ background: var(--accent) !important; } +.commento-google-button:before { + content: "\f1a0"; +} +.commento-github-button:before { + content: "\f09b"; +} +.commento-twitter-button:before { + content: "\f099"; +} +.commento-google-button:before, +.commento-github-button:beforem .commento-twitter-button:before { font-family: FontAwesome; - content: "\f099"; display: inline-block; padding-right: 3px; vertical-align: middle;