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

Set correct header border-bottom color for themes

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