diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-13 09:12:22 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-13 09:12:22 +0200 |
commit | 672cd9b0d97b3f800929e2b57ce557b6d73a070e (patch) | |
tree | 4487cea2735cd20da275529d360a42b7542f2a21 /app/assets/stylesheets/themes | |
parent | 929a2969202236c82600adc56a5c06edf7073aef (diff) | |
download | gitlab-ce-672cd9b0d97b3f800929e2b57ce557b6d73a070e.tar.gz |
Improve Charcoal theme
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r-- | app/assets/stylesheets/themes/ui_modern.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss index 6173757082e..015a4bbf0c3 100644 --- a/app/assets/stylesheets/themes/ui_modern.scss +++ b/app/assets/stylesheets/themes/ui_modern.scss @@ -27,6 +27,12 @@ background: #234; border-left: 1px solid #456; } + .nav > li > a { + color: #89A; + } + .search-input { + border-color: #89A; + } } } } |