commento social buttons css

This commit is contained in:
wgroeneveld 2020-04-13 21:06:25 +02:00
parent 8079f0e9cc
commit e326341251
1 changed files with 11 additions and 1 deletions

View File

@ -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;