fix background colour

pull/581/head
Gabriel Engel 11 years ago
parent 6b54f6633a
commit dd44eaa5bc
  1. 5
      client/stylesheets/base.less

@ -656,6 +656,9 @@ label.required:after {
&.github {
background-color: #4c4c4c;
}
&.gitlab {
background-color: #373d47;
}
&.trello {
background-color: #026aa7;
}
@ -3791,4 +3794,4 @@ a.github-fork {
.social-login {
margin-bottom: 10px;
}
}
}

Loading…
Cancel
Save