Replace Tor image button with proper font icon

This commit is contained in:
Dawid Potocki
2019-11-06 21:21:35 +13:00
parent 61170b72f7
commit 1308ec0d3f
13 changed files with 85 additions and 15 deletions

View File

@ -24,3 +24,4 @@ $reddit: #ff5700;
$linkedin: #4875b4;
$email: #444;
$diaspora: #2f3537;
$tor: #7d4698;

View File

@ -32,7 +32,8 @@
.ptio-mix:before,
.ptio-netbsd:before,
.ptio-openbsd:before,
.ptio-sailfish-os:before {
.ptio-sailfish-os:before,
.ptio-tor:before {
display: inline-block;
font-family: "ptio-font";
font-style: normal;
@ -48,7 +49,7 @@
}
.ptio-f-droid:before { content: "\f100"; }
.ptio-i2p-garlic:before { content: "\f10a"; }
.ptio-i2p-garlic:before { content: "\f10c"; }
.ptio-ios:before { content: "\f101"; }
.ptio-linux:before { content: "\f102"; }
.ptio-macos:before { content: "\f103"; }
@ -56,3 +57,4 @@
.ptio-netbsd:before { content: "\f104"; }
.ptio-openbsd:before { content: "\f105"; }
.ptio-sailfish-os:before { content: "\f106"; }
.ptio-tor:before { content: "\f10b"; }