From dd44eaa5bcb7f895536af1da678758e7c6ba2deb Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Tue, 25 Aug 2015 12:25:59 -0300 Subject: [PATCH] fix background colour --- client/stylesheets/base.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +}