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