summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-06 21:31:28 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-07 09:16:59 -0500
commitef37b57f1f5089420997c6092921e1d9516b03b4 (patch)
tree71792f2f10c498cee93eb4d14c3d3b70775a244a
parent2293100d95f587049b7ce7fee923c4b3fbbf6f56 (diff)
downloadgitlab-ce-18013-compact-sidebar.tar.gz
Update charcoal theme colors18013-compact-sidebar
-rw-r--r--app/assets/stylesheets/framework/gitlab-theme.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss
index 16cf394c426..cd2eba59f90 100644
--- a/app/assets/stylesheets/framework/gitlab-theme.scss
+++ b/app/assets/stylesheets/framework/gitlab-theme.scss
@@ -89,8 +89,11 @@
}
}
-$theme-blue: #2980b9;
$theme-charcoal: #3d454d;
+$theme-charcoal-dark: #383f45;
+$theme-charcoal-text: #b9bbbe;
+
+$theme-blue: #2980b9;
$theme-graphite: #666;
$theme-gray: #373737;
$theme-green: #019875;
@@ -102,7 +105,7 @@ body {
}
&.ui_charcoal {
- @include gitlab-theme(#d6d7d9, #485157, $theme-charcoal, #353b41);
+ @include gitlab-theme($theme-charcoal-text, #485157, $theme-charcoal, $theme-charcoal-dark);
}
&.ui_graphite {