Replace StumbleUpon with Mix (#1312)

Co-authored-by: Dawid Potocki <dpot@disroot.org>
This commit is contained in:
nitrohorse
2019-09-26 12:46:50 -07:00
committed by Dawid Potocki
parent a8c1270c59
commit a90d0dcaa2
13 changed files with 50 additions and 27 deletions

View File

@ -186,7 +186,7 @@ table[data-sortable].sortable-theme-bootstrap th[data-sorted="true"][data-sorted
.twitter { background: desaturate($twitter, 25%); }
.mastodon { background: desaturate($mastodon, 25%); }
.facebook { background: desaturate($facebook, 25%); }
.stumbleupon { background: desaturate($stumbleupon, 25%); }
.mix { background: desaturate($mix, 25%); }
.reddit { background: desaturate($reddit, 25%); }
.linkedin { background: desaturate($linkedin, 25%); }
.email { background: desaturate($email, 25%); }

View File

@ -158,7 +158,7 @@ h2, h3:not(.h5), h4, h5 {
.twitter { background: $twitter; }
.mastodon { background: $mastodon; }
.facebook { background: $facebook; }
.stumbleupon { background: $stumbleupon; }
.mix { background: $mix; }
.reddit { background: $reddit; }
.linkedin { background: $linkedin; }
.email { background: $email; }