Commit c91300e4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove text-shadow from header

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent bc7cce92
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
@mixin header-font { @mixin header-font {
color: $style_color; color: $style_color;
text-shadow: 0 1px 1px #FFF;
font-size: 16px; font-size: 16px;
line-height: 44px; line-height: 44px;
font-weight: normal; font-weight: normal;
......
...@@ -14,7 +14,6 @@ header { ...@@ -14,7 +14,6 @@ header {
.nav > li > a { .nav > li > a {
color: $style_color; color: $style_color;
text-shadow: 0 1px 0 #fff;
font-size: 14px; font-size: 14px;
line-height: 32px; line-height: 32px;
padding: 6px 10px; padding: 6px 10px;
...@@ -190,7 +189,6 @@ header { ...@@ -190,7 +189,6 @@ header {
.nav > li > a { .nav > li > a {
color: #AAA; color: #AAA;
text-shadow: 0 1px 0 #444;
&:hover, &:focus, &:active { &:hover, &:focus, &:active {
background: none; background: none;
...@@ -224,7 +222,6 @@ header { ...@@ -224,7 +222,6 @@ header {
background: image-url('logo-white.png') no-repeat center center; background: image-url('logo-white.png') no-repeat center center;
background-size: 32px; background-size: 32px;
color: #fff; color: #fff;
text-shadow: 0 1px 1px #444;
} }
} }
} }
...@@ -236,7 +233,6 @@ header { ...@@ -236,7 +233,6 @@ header {
} }
} }
color: #fff; color: #fff;
text-shadow: 0 1px 1px #444;
} }
} }
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
} }
.nav > li > a { .nav > li > a {
color: #ADC; color: #ADC;
text-shadow: none;
} }
.search-input { .search-input {
border-color: #7fd5be; border-color: #7fd5be;
......
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