add xing background color for use in SOCIAL variable

This commit is contained in:
Rico Ullmann 2017-03-19 19:16:23 +01:00
parent 567cc8964f
commit 1fd8ffd75a
3 changed files with 7 additions and 1 deletions

View file

@ -407,6 +407,11 @@ ul.social {
a.sc-gitlab {
background-color: @gitlab-bg-color;
}
a.sc-xing {
background-color: @xing-bg-color;
}
}
.ads-aside {

File diff suppressed because one or more lines are too long

View file

@ -63,3 +63,4 @@
@twitter-bg-color: #4da7de;
@youtube-bg-color: #e02a20;
@gitlab-bg-color: #fca326;
@xing-bg-color: #007575;