diff --git a/client/stylesheets/base.less b/client/stylesheets/base.less index 6c74503dcd3..03b8f274095 100644 --- a/client/stylesheets/base.less +++ b/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; } -} \ No newline at end of file +}