mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-05-31 03:54:23 -04:00
Replace Tor image button with proper font icon (#1470)
This commit is contained in:
parent
61170b72f7
commit
f4335e86dd
13 changed files with 85 additions and 15 deletions
|
@ -24,3 +24,4 @@ $reddit: #ff5700;
|
|||
$linkedin: #4875b4;
|
||||
$email: #444;
|
||||
$diaspora: #2f3537;
|
||||
$tor: #7d4698;
|
||||
|
|
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue