Merge pull request #100 from rullmann/add_xing_background

add xing background color for use in SOCIAL variable
This commit is contained in:
Alexandre Vicenzi 2017-03-20 08:49:14 -03:00 committed by GitHub
commit 225c8c2fd0
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;