From 672cd9b0d97b3f800929e2b57ce557b6d73a070e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 13 Nov 2013 09:12:22 +0200 Subject: [PATCH] Improve Charcoal theme --- app/assets/stylesheets/themes/ui_modern.scss | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss index 6173757..015a4bb 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; + } } } } -- libgit2 0.21.2