Commit ae89161d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove background color differentiation from gitlab logo/text in sidebar

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent c37006fa
...@@ -9,9 +9,6 @@ ...@@ -9,9 +9,6 @@
@mixin gitlab-theme($color-light, $color, $color-darker, $color-dark) { @mixin gitlab-theme($color-light, $color, $color-darker, $color-dark) {
.page-with-sidebar { .page-with-sidebar {
.header-logo { .header-logo {
background-color: $color;
border-color: $color;
a { a {
color: $color-light; color: $color-light;
...@@ -21,7 +18,7 @@ ...@@ -21,7 +18,7 @@
} }
&:hover { &:hover {
background-color: $color-darker; background-color: $color-dark;
a { a {
color: #fff; color: #fff;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment