Skip to content

Commit 0ce840e

Browse files
committedSep 10, 2018
Add social icon colors for Reddit and Mastodon
1 parent bac61c6 commit 0ce840e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
 

‎_sass/minimal-mistakes/_utilities.scss

+9
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,21 @@ body:hover .visually-hidden button {
248248
color: $linkedin-color;
249249
}
250250

251+
.fa-mastodon,
252+
.fa-mastodon-square {
253+
color: $mastodon-color;
254+
}
255+
251256
.fa-pinterest,
252257
.fa-pinterest-p,
253258
.fa-pinterest-square {
254259
color: $pinterest-color;
255260
}
256261

262+
.fa-reddit {
263+
color: $reddit-color;
264+
}
265+
257266
.fa-rss,
258267
.fa-rss-square {
259268
color: $rss-color;

‎_sass/minimal-mistakes/_variables.scss

+2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ $google-plus-color: #dd4b39 !default;
8787
$instagram-color: #517fa4 !default;
8888
$lastfm-color: #d51007 !default;
8989
$linkedin-color: #007bb6 !default;
90+
$mastodon-color: #2b90d9 !default;
9091
$pinterest-color: #cb2027 !default;
92+
$reddit-color: #ff4500 !default;
9193
$rss-color: #fa9b39 !default;
9294
$soundcloud-color: #ff3300 !default;
9395
$stackoverflow-color: #fe7a15 !default;

0 commit comments

Comments
 (0)
Please sign in to comment.