Merge pull request #153 from Regrau/add-bitbucket-background-color-to-social-icons
Add background color for bitbucket icon Fix #152
This commit is contained in:
commit
5fa53dea10
3 changed files with 6 additions and 1 deletions
|
@ -450,6 +450,10 @@ ul.social {
|
|||
background-color: @xing-bg-color;
|
||||
}
|
||||
|
||||
a.sc-bitbucket {
|
||||
background-color: @bitbucket-bg-color;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.ads-aside {
|
||||
|
|
2
static/stylesheet/style.min.css
vendored
2
static/stylesheet/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -67,3 +67,4 @@
|
|||
@youtube-bg-color: #e02a20;
|
||||
@gitlab-bg-color: #fca326;
|
||||
@xing-bg-color: #007575;
|
||||
@bitbucket-bg-color: #0747A6;
|
||||
|
|
Loading…
Reference in a new issue