Added color for Twitch
This commit is contained in:
parent
9d672dba84
commit
ac34f08c1e
3 changed files with 6 additions and 1 deletions
|
@ -454,6 +454,10 @@ ul.social {
|
|||
background-color: @tumblr-bg-color;
|
||||
}
|
||||
|
||||
a.sc-twitch {
|
||||
background-color: @twitch-bg-color;
|
||||
}
|
||||
|
||||
a.sc-twitter {
|
||||
background-color: @twitter-bg-color;
|
||||
}
|
||||
|
|
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
|
@ -72,6 +72,7 @@
|
|||
@soundcloud-bg-color: #ff5500;
|
||||
@stack-overflow-bg-color: #ff9900;
|
||||
@tumblr-bg-color: #36465d;
|
||||
@twitch-bg-color: #a970ff;
|
||||
@twitter-bg-color: #4da7de;
|
||||
@youtube-bg-color: #e02a20;
|
||||
@gitlab-bg-color: #fca326;
|
||||
|
|
Loading…
Reference in a new issue