Skip to content

Commit

Permalink
fix background colour
Browse files Browse the repository at this point in the history
  • Loading branch information
engelgabriel committed Aug 25, 2015
1 parent 6b54f66 commit dd44eaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/stylesheets/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,9 @@ label.required:after {
&.github {
background-color: #4c4c4c;
}
&.gitlab {
background-color: #373d47;
}
&.trello {
background-color: #026aa7;
}
Expand Down Expand Up @@ -3791,4 +3794,4 @@ a.github-fork {
.social-login {
margin-bottom: 10px;
}
}
}

0 comments on commit dd44eaa

Please sign in to comment.