Commit 5ddba39eef738c8f31b86c589bd459222728f9ae
Exists in
spb-stable
and in
2 other branches
Merge branch 'improve-violet-theme' into 'master'
Improve violet theme
Showing
2 changed files
with
9 additions
and
9 deletions
Show diff stats
app/assets/stylesheets/sections/profile.scss
app/assets/stylesheets/themes/ui_color.scss
... | ... | @@ -16,28 +16,28 @@ |
16 | 16 | @extend .header-dark; |
17 | 17 | &.navbar-gitlab { |
18 | 18 | .navbar-inner { |
19 | - background: #547; | |
20 | - border-bottom: 1px solid #435; | |
19 | + background: #548; | |
20 | + border-bottom: 1px solid #436; | |
21 | 21 | .app_logo, .navbar-toggle { |
22 | 22 | &:hover { |
23 | - background-color: #435; | |
23 | + background-color: #436; | |
24 | 24 | } |
25 | 25 | } |
26 | 26 | .separator { |
27 | - background: #435; | |
28 | - border-left: 1px solid #658; | |
27 | + background: #436; | |
28 | + border-left: 1px solid #659; | |
29 | 29 | } |
30 | 30 | .nav > li > a { |
31 | - color: #98B; | |
31 | + color: #98C; | |
32 | 32 | } |
33 | 33 | .search-input { |
34 | - border-color: #98B; | |
34 | + border-color: #98C; | |
35 | 35 | } |
36 | 36 | } |
37 | 37 | } |
38 | 38 | } |
39 | 39 | |
40 | 40 | .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { |
41 | - background: #769; | |
41 | + background: #659; | |
42 | 42 | } |
43 | 43 | } | ... | ... |