Commit 929a2969202236c82600adc56a5c06edf7073aef

Authored by Dmitriy Zaporozhets
1 parent f597b5f4

Improve violet theme

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
app/assets/stylesheets/themes/ui_color.scss
@@ -27,6 +27,12 @@ @@ -27,6 +27,12 @@
27 background: #435; 27 background: #435;
28 border-left: 1px solid #658; 28 border-left: 1px solid #658;
29 } 29 }
  30 + .nav > li > a {
  31 + color: #98B;
  32 + }
  33 + .search-input {
  34 + border-color: #98B;
  35 + }
30 } 36 }
31 } 37 }
32 } 38 }