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;