diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-11-04 22:56:23 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-11-04 22:56:23 -0500 |
commit | c51e5ef01f9f5ad8ea89eb3d8f818b6ce3608474 (patch) | |
tree | 0f3cf7805454a2a5c2c41a55cc2df73226d996c5 /css/libresocial.css | |
parent | f66d06590fb9f3b0ad20424c0e8c05799f45e23b (diff) | |
download | libresocial-c51e5ef01f9f5ad8ea89eb3d8f818b6ce3608474.tar.lz libresocial-c51e5ef01f9f5ad8ea89eb3d8f818b6ce3608474.tar.xz libresocial-c51e5ef01f9f5ad8ea89eb3d8f818b6ce3608474.zip |
Agrega Liberapay y Matrix -> https://notabug.org/heckyel/libresocial/issues/1
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'; } |