Add background color for bitbucket icon

This commit is contained in:
Georg Grauberger 2018-05-09 22:46:10 +02:00
parent 559b63bcc5
commit ec903b0191
3 changed files with 6 additions and 1 deletions

View file

@ -450,6 +450,10 @@ ul.social {
background-color: @xing-bg-color;
}
a.sc-bitbucket {
background-color: @bitbucket-bg-color;
}
}
.ads-aside {

File diff suppressed because one or more lines are too long

View file

@ -67,3 +67,4 @@
@youtube-bg-color: #e02a20;
@gitlab-bg-color: #fca326;
@xing-bg-color: #007575;
@bitbucket-bg-color: #0747A6;