Replace Tor image button with proper font icon (#1470)

This commit is contained in:
Dawid Potocki 2019-11-06 23:04:34 +00:00 committed by GitHub
parent 61170b72f7
commit f4335e86dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"; }