diff options
Diffstat (limited to 'css/libresocial.css')
-rw-r--r-- | css/libresocial.css | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/css/libresocial.css b/css/libresocial.css index 57346b1..3c422f2 100644 --- a/css/libresocial.css +++ b/css/libresocial.css @@ -47,14 +47,16 @@ Written by Heckyel /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } -.icon-diaspora:before { content: '\e800'; } /* '' */ -.icon-friendica:before { content: '\e801'; } /* '' */ -.icon-gitlab:before { content: '\e802'; } /* '' */ -.icon-gnusocial:before { content: '\e803'; } /* '' */ -.icon-hubzilla:before { content: '\e804'; } /* '' */ -.icon-mastodon:before { content: '\e805'; } /* '' */ -.icon-mediagoblin:before { content: '\e806'; } /* '' */ -.icon-notabug:before { content: '\e807'; } /* '' */ -.icon-pump:before { content: '\e808'; } /* '' */ -.icon-tox:before { content: '\e809'; } /* '' */ -.icon-xmpp:before { content: '\e810'; } /* '' */ +.icon-diaspora:before { content: '\e800'; } +.icon-friendica:before { content: '\e801'; } +.icon-gitlab:before { content: '\e802'; } +.icon-gnusocial:before { content: '\e803'; } +.icon-hubzilla:before { content: '\e804'; } +.icon-liberapay:before { content: '\e805'; } +.icon-mastodon:before { content: '\e806'; } +.icon-matrix:before { content: '\e807'; } +.icon-mediagoblin:before { content: '\e808'; } +.icon-notabug:before { content: '\e809'; } +.icon-pump:before { content: '\e810'; } +.icon-tox:before { content: '\e811'; } +.icon-xmpp:before { content: '\e812'; } |