Commit bc7cce92 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'green-theme' into 'master'

Green theme

Because we have 3 dark themes with similar colours. So it makes sense to replace one with something colourful. So why not green? :)
parents 69577b57 d5788921
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
} }
&.modern { &.modern {
background: #345; background: #009871;
} }
&.gray { &.gray {
......
...@@ -16,24 +16,29 @@ ...@@ -16,24 +16,29 @@
@extend .header-dark; @extend .header-dark;
&.navbar-gitlab { &.navbar-gitlab {
.navbar-inner { .navbar-inner {
background: #345; background: #00AC7E;
border-bottom: 1px solid #234; border-bottom: 1px solid #00AC7E;
.app_logo, .navbar-toggle { .app_logo, .navbar-toggle {
&:hover { &:hover {
background-color: #234; background-color: #009C6E;
} }
} }
.separator { .separator {
background: #234; background: #009C6F;
border-left: 1px solid #456; border-left: 1px solid #10BC8E;
} }
.nav > li > a { .nav > li > a {
color: #89A; color: #ADC;
text-shadow: none;
} }
.search-input { .search-input {
border-color: #89A; border-color: #7fd5be;
} }
} }
} }
} }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
background: #00AC7E;
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment