Add GitLab color.

This fix #72.
This commit is contained in:
Alexandre Vicenzi 2017-01-11 21:39:28 -02:00
parent a765ba9d28
commit 61bae3c360
3 changed files with 6 additions and 1 deletions

View file

@ -399,6 +399,10 @@ ul.social {
a.sc-soundcloud { a.sc-soundcloud {
background-color: @soundcloud-bg-color; background-color: @soundcloud-bg-color;
} }
a.sc-gitlab {
background-color: @gitlab-bg-color;
}
} }
.ads-aside { .ads-aside {

File diff suppressed because one or more lines are too long

View file

@ -62,3 +62,4 @@
@stack-overflow-bg-color: #ff9900; @stack-overflow-bg-color: #ff9900;
@twitter-bg-color: #4da7de; @twitter-bg-color: #4da7de;
@youtube-bg-color: #e02a20; @youtube-bg-color: #e02a20;
@gitlab-bg-color: #fca326;