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>2019-02-13 20:16:26 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2019-02-13 20:16:26 +0300
commit39dc4b59c5a24089b3eac50fdd355fce471521c2 (patch)
treece0a729234fef4b606aa6318cff4b9399d1280b2 /less
parent05bb05f3f051284cef5e5fabbb6a45c1fc108c97 (diff)
Adds Pleroma icon. Fixes #148
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 600f1d750..29076cff2 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -869,3 +869,4 @@
.@{fa-css-prefix}-file-epub:before { content: @fa-var-file-epub; }
.@{fa-css-prefix}-python:before { content: @fa-var-python; }
.@{fa-css-prefix}-archlinux:before { content: @fa-var-archlinux; }
+.@{fa-css-prefix}-pleroma:before { content: @fa-var-pleroma; }
diff --git a/less/variables.less b/less/variables.less
index e840ddf97..0b9948d1a 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -577,6 +577,7 @@
@fa-var-play: "\f04b";
@fa-var-play-circle: "\f144";
@fa-var-play-circle-o: "\f01d";
+@fa-var-pleroma: "\f324";
@fa-var-plug: "\f1e6";
@fa-var-plus: "\f067";
@fa-var-plus-circle: "\f055";