mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-05-17 13:40:47 -04:00
Replace StumbleUpon with Mix (#1312)
Co-authored-by: Dawid Potocki <dpot@disroot.org>
This commit is contained in:
parent
a8c1270c59
commit
a90d0dcaa2
13 changed files with 50 additions and 27 deletions
|
@ -19,7 +19,7 @@ $share-btn-active: #e2e2e2;
|
|||
$twitter: #55acee;
|
||||
$mastodon: #3088d4;
|
||||
$facebook: #3b5998;
|
||||
$stumbleupon: #eb4823;
|
||||
$mix: #ff8126;
|
||||
$reddit: #ff5700;
|
||||
$linkedin: #4875b4;
|
||||
$email: #444;
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
.ptio-ios:before,
|
||||
.ptio-linux:before,
|
||||
.ptio-macos:before,
|
||||
.ptio-mix:before,
|
||||
.ptio-netbsd:before,
|
||||
.ptio-openbsd:before,
|
||||
.ptio-sailfish-os:before {
|
||||
|
@ -47,8 +48,9 @@
|
|||
|
||||
.ptio-f-droid:before { content: "\f100"; }
|
||||
.ptio-ios:before { content: "\f101"; }
|
||||
.ptio-linux:before { content: "\f107"; }
|
||||
.ptio-macos:before { content: "\f102"; }
|
||||
.ptio-netbsd:before { content: "\f103"; }
|
||||
.ptio-openbsd:before { content: "\f104"; }
|
||||
.ptio-linux:before { content: "\f102"; }
|
||||
.ptio-macos:before { content: "\f103"; }
|
||||
.ptio-mix:before { content: "\f107"; }
|
||||
.ptio-netbsd:before { content: "\f104"; }
|
||||
.ptio-openbsd:before { content: "\f105"; }
|
||||
.ptio-sailfish-os:before { content: "\f106"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue