summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-28 14:13:37 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-28 14:13:37 +0200
commitadc296e9369632fe14785afe3824bb0790283643 (patch)
tree2e546a80989399a50d8ad32bbeabba520a5057e7
parenta792427eed95570da22844a06a09227730443189 (diff)
downloadgitlab-ce-adc296e9369632fe14785afe3824bb0790283643.tar.gz
Make application header light gray
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/framework/header.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index c303380764b..d14317f9c40 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -26,7 +26,7 @@ header {
z-index: 100;
margin-bottom: 0;
min-height: $header-height;
- background-color: #fff;
+ background-color: $gray-light;
border: none;
border-bottom: 1px solid #eee;
@@ -47,7 +47,7 @@ header {
text-align: center;
&:hover, &:focus, &:active {
- background-color: #fff;
+ background-color: $gray-light;
}
}