diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-23 14:57:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-23 14:57:07 -0500 |
commit | 9bb4452607877b23d4ef8292da03ce8e343fb952 (patch) | |
tree | 752addccf4a762d96c5ed9f457a6951bf979ebf7 /scss | |
parent | 42e73c916104979ddb89f93f793c4512dec03a2c (diff) | |
download | libresocial-9bb4452607877b23d4ef8292da03ce8e343fb952.tar.lz libresocial-9bb4452607877b23d4ef8292da03ce8e343fb952.tar.xz libresocial-9bb4452607877b23d4ef8292da03ce8e343fb952.zip |
Add sourcehut icon
Diffstat (limited to 'scss')
-rw-r--r-- | scss/libresocial.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/scss/libresocial.scss b/scss/libresocial.scss index 718cf70..4dc87da 100644 --- a/scss/libresocial.scss +++ b/scss/libresocial.scss @@ -99,10 +99,14 @@ $libresocial-path: "../fonts"; content: "\e814"; } -.icon-tox:before { +.icon-sourcehut:before { content: "\e815"; } -.icon-xmpp:before { +.icon-tox:before { content: "\e816"; } + +.icon-xmpp:before { + content: "\e817"; +} |