Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-10-08 22:13:33 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-10-08 22:13:33 +0300
commit6e6c8e480fc6b1a95830bf3a9bb948a3155df018 (patch)
tree20b287b3bfb5e4f681214eff3b4809ca1b3689da /less
parente555fa2319c3f6a3d878af0f302a7e7e6fea26ba (diff)
Adds Pixelfed icon. Fixes #120
Diffstat (limited to 'less')
-rw-r--r--less/icons.less1
-rw-r--r--less/variables.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index 6c0c5179c..db12e174e 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -854,3 +854,4 @@
.@{fa-css-prefix}-syncthing:before { content: @fa-var-syncthing; }
.@{fa-css-prefix}-inkscape:before { content: @fa-var-inkscape; }
.@{fa-css-prefix}-matrix-org:before { content: @fa-var-matrix-org; }
+.@{fa-css-prefix}-pixelfed:before { content: @fa-var-pixelfed; }
diff --git a/less/variables.less b/less/variables.less
index b3dc507a2..f1eb2bc32 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -560,6 +560,7 @@
@fa-var-pinterest: "\f0d2";
@fa-var-pinterest-p: "\f231";
@fa-var-pinterest-square: "\f0d3";
+@fa-var-pixelfed: "\f314";
@fa-var-plane: "\f072";
@fa-var-play: "\f04b";
@fa-var-play-circle: "\f144";