Improved header font
This commit is contained in:
parent
caf5b9e5fa
commit
ec1b1588ee
3 changed files with 11 additions and 11 deletions
|
@ -71,10 +71,10 @@ header {
|
|||
float:left;
|
||||
margin:0;
|
||||
margin-right:30px;
|
||||
font-size:20px;
|
||||
font-size:24px;
|
||||
line-height:36px;
|
||||
font-weight:bold;
|
||||
color:$style_color;
|
||||
font-weight:500;
|
||||
color:#567;
|
||||
text-shadow: 0 1px 1px #FFF;
|
||||
}
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ nav.main_menu {
|
|||
}
|
||||
&.current {
|
||||
background-color:#D5D5D5;
|
||||
border-bottom: 2px solid #474D57;
|
||||
border-bottom: 1px solid #567;
|
||||
border-right: 1px solid #BBB;
|
||||
border-left: 1px solid #BBB;
|
||||
border-radius: 0 0 1px 1px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue