parent
a765ba9d28
commit
61bae3c360
3 changed files with 6 additions and 1 deletions
|
@ -399,6 +399,10 @@ ul.social {
|
|||
a.sc-soundcloud {
|
||||
background-color: @soundcloud-bg-color;
|
||||
}
|
||||
|
||||
a.sc-gitlab {
|
||||
background-color: @gitlab-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
|
@ -62,3 +62,4 @@
|
|||
@stack-overflow-bg-color: #ff9900;
|
||||
@twitter-bg-color: #4da7de;
|
||||
@youtube-bg-color: #e02a20;
|
||||
@gitlab-bg-color: #fca326;
|
||||
|
|
Loading…
Reference in a new issue