diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-26 14:19:54 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-12-26 14:19:54 +0200 |
commit | 038161f4e0b41a0fd6b877171a1f47d062b5c857 (patch) | |
tree | c1c379497007a1ca437d3e6fdceb032e600d9b86 /app | |
parent | e3951019f5de7359659a4c13db0eeb16cf1195f1 (diff) | |
download | gitlab-ce-038161f4e0b41a0fd6b877171a1f47d062b5c857.tar.gz |
Make nprogress color to red
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/main/variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/main/variables.scss b/app/assets/stylesheets/main/variables.scss index ca296c85a91..92b220f8019 100644 --- a/app/assets/stylesheets/main/variables.scss +++ b/app/assets/stylesheets/main/variables.scss @@ -46,4 +46,4 @@ $deleted: #f77; /** * NProgress customize */ -$nprogress-color: #3498db; +$nprogress-color: #c0392b; |