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
diff options
context:
space:
mode:
authorJulien Deswaef <juego@requiem4tv.com>2020-06-07 19:25:50 +0300
committerJulien Deswaef <juego@requiem4tv.com>2020-06-07 19:26:07 +0300
commit486649d50947b30ad963e8d9c7ca9220749c2140 (patch)
tree8c1ccf0ce05de0f5f41bbfd70bdf20bc1c643dd4 /css/fork-awesome.css
parent1cbff5fbba72249fbbebe869cb8dd6b6a9793a9d (diff)
Solves issues with appearance of Tor and Volume-mute icons. Fixes #240
Diffstat (limited to 'css/fork-awesome.css')
-rw-r--r--css/fork-awesome.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/css/fork-awesome.css b/css/fork-awesome.css
index a16df4242..5c46971e7 100644
--- a/css/fork-awesome.css
+++ b/css/fork-awesome.css
@@ -2557,10 +2557,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
content: "\f32c";
}
.fa-tor-onion:before {
- content: "\f32d";
+ content: "\f32e";
}
.fa-volume-mute:before {
- content: "\f32e";
+ content: "\f32f";
}
.fa-bell-ringing:before {
content: "\f32d";
@@ -2592,6 +2592,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-researchgate:before {
content: "\f338";
}
+.fa-funkwhale:before {
+ content: "\f339";
+}
.sr-only {
position: absolute;
width: 1px;