Commit 5b3c823f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Make header title bold and line between header lighter

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent f78dfa6d
...@@ -15,7 +15,7 @@ header { ...@@ -15,7 +15,7 @@ header {
padding: 0; padding: 0;
background: #FFF; background: #FFF;
border-bottom: 1px solid #DDD; border-bottom: 1px solid #EEE;
filter: none; filter: none;
.title { .title {
...@@ -25,13 +25,13 @@ header { ...@@ -25,13 +25,13 @@ header {
margin-left: 25px; margin-left: 25px;
font-size: 18px; font-size: 18px;
line-height: 44px; line-height: 44px;
font-weight: normal; font-weight: bold;
color: #555; color: #444;
@include str-truncated(37%); @include str-truncated(37%);
a { a {
color: #555; color: #444;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }
......
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