Commit adc296e9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Make application header light gray

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent a792427e
...@@ -26,7 +26,7 @@ header { ...@@ -26,7 +26,7 @@ header {
z-index: 100; z-index: 100;
margin-bottom: 0; margin-bottom: 0;
min-height: $header-height; min-height: $header-height;
background-color: #fff; background-color: $gray-light;
border: none; border: none;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
...@@ -47,7 +47,7 @@ header { ...@@ -47,7 +47,7 @@ header {
text-align: center; text-align: center;
&:hover, &:focus, &:active { &:hover, &:focus, &:active {
background-color: #fff; background-color: $gray-light;
} }
} }
......
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