add xing background color for use in SOCIAL variable
This commit is contained in:
parent
567cc8964f
commit
1fd8ffd75a
3 changed files with 7 additions and 1 deletions
|
@ -407,6 +407,11 @@ ul.social {
|
|||
a.sc-gitlab {
|
||||
background-color: @gitlab-bg-color;
|
||||
}
|
||||
|
||||
a.sc-xing {
|
||||
background-color: @xing-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
|
@ -63,3 +63,4 @@
|
|||
@twitter-bg-color: #4da7de;
|
||||
@youtube-bg-color: #e02a20;
|
||||
@gitlab-bg-color: #fca326;
|
||||
@xing-bg-color: #007575;
|
||||
|
|
Loading…
Reference in a new issue