upgrade font-awesome to 5 and add mastodon

This commit is contained in:
alxd 2018-07-05 23:12:25 +02:00
parent 5a41ce0093
commit 775df1256d
24 changed files with 3390 additions and 693 deletions

View file

@ -430,7 +430,7 @@ ul.social {
background-color: @github-bg-color;
}
a.sc-envelope-o {
a.sc-envelope-open {
background-color: @email-bg-color;
}
@ -454,6 +454,10 @@ ul.social {
background-color: @bitbucket-bg-color;
}
a.sc-mastodon {
background-color: @mastodon-bg-color;
}
}
.ads-aside {

File diff suppressed because one or more lines are too long

View file

@ -68,3 +68,4 @@
@gitlab-bg-color: #fca326;
@xing-bg-color: #007575;
@bitbucket-bg-color: #0747A6;
@mastodon-bg-color: #3088d4;