From 929a2969202236c82600adc56a5c06edf7073aef Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 13 Nov 2013 09:08:03 +0200 Subject: [PATCH] Improve violet theme --- app/assets/stylesheets/themes/ui_color.scss | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/themes/ui_color.scss b/app/assets/stylesheets/themes/ui_color.scss index 1fd54ff..7d9cab2 100644 --- a/app/assets/stylesheets/themes/ui_color.scss +++ b/app/assets/stylesheets/themes/ui_color.scss @@ -27,6 +27,12 @@ background: #435; border-left: 1px solid #658; } + .nav > li > a { + color: #98B; + } + .search-input { + border-color: #98B; + } } } } -- libgit2 0.21.2