Commit 0787726a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Set correct header border-bottom color for themes

parent a7bd18f9
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
&.navbar-gitlab { &.navbar-gitlab {
.navbar-inner { .navbar-inner {
background: #547; background: #547;
border-bottom: 1px solid #435;
.app_logo { .app_logo {
&:hover { &:hover {
background-color: #435; background-color: #435;
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
&.navbar-gitlab { &.navbar-gitlab {
.navbar-inner { .navbar-inner {
background: #373737; background: #373737;
border-bottom: 1px solid #272727;
.app_logo { .app_logo {
&:hover { &:hover {
background-color: #272727; background-color: #272727;
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
&.navbar-gitlab { &.navbar-gitlab {
.navbar-inner { .navbar-inner {
background: #345; background: #345;
border-bottom: 1px solid #234;
.app_logo { .app_logo {
&:hover { &:hover {
background-color: #234; background-color: #234;
......
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