File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -248,12 +248,21 @@ body:hover .visually-hidden button {
248
248
color : $linkedin-color ;
249
249
}
250
250
251
+ .fa-mastodon ,
252
+ .fa-mastodon-square {
253
+ color : $mastodon-color ;
254
+ }
255
+
251
256
.fa-pinterest ,
252
257
.fa-pinterest-p ,
253
258
.fa-pinterest-square {
254
259
color : $pinterest-color ;
255
260
}
256
261
262
+ .fa-reddit {
263
+ color : $reddit-color ;
264
+ }
265
+
257
266
.fa-rss ,
258
267
.fa-rss-square {
259
268
color : $rss-color ;
Original file line number Diff line number Diff line change @@ -87,7 +87,9 @@ $google-plus-color: #dd4b39 !default;
87
87
$instagram-color : #517fa4 !default ;
88
88
$lastfm-color : #d51007 !default ;
89
89
$linkedin-color : #007bb6 !default ;
90
+ $mastodon-color : #2b90d9 !default ;
90
91
$pinterest-color : #cb2027 !default ;
92
+ $reddit-color : #ff4500 !default ;
91
93
$rss-color : #fa9b39 !default ;
92
94
$soundcloud-color : #ff3300 !default ;
93
95
$stackoverflow-color : #fe7a15 !default ;
You can’t perform that action at this time.
0 commit comments