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 01:46:29 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2019-02-13 01:46:29 +0300
commit05bb05f3f051284cef5e5fabbb6a45c1fc108c97 (patch)
treee7109d9650fe5107f74d6f4a6edee39a7f1c8a9d /less
parentcef18c76d28eb505127cfef3e0ad5c6f53cd41bb (diff)
Adding an Archlinux icon. Fixes #126
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 89730cf41..600f1d750 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -868,3 +868,4 @@
.@{fa-css-prefix}-gitea:before { content: @fa-var-gitea; }
.@{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; }
diff --git a/less/variables.less b/less/variables.less
index ce54faa8a..e840ddf97 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -40,6 +40,7 @@
@fa-var-apple: "\f179";
@fa-var-archive: "\f187";
@fa-var-archive-org: "\f2fc";
+@fa-var-archlinux: "\f323";
@fa-var-area-chart: "\f1fe";
@fa-var-arrow-circle-down: "\f0ab";
@fa-var-arrow-circle-left: "\f0a8";