refactor the name of css file
This commit is contained in:
parent
29521f4fe2
commit
c1a33f2087
@ -126,6 +126,8 @@ header {
|
|||||||
nav {
|
nav {
|
||||||
color: $header-color;
|
color: $header-color;
|
||||||
font-family: $header-serif;
|
font-family: $header-serif;
|
||||||
|
font-size: 80%;
|
||||||
|
font-weight: normal;
|
||||||
margin: .5em 0;
|
margin: .5em 0;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
@ -143,7 +145,8 @@ header {
|
|||||||
&:first-child:before { content: ''; padding-right: 0; }
|
&:first-child:before { content: ''; padding-right: 0; }
|
||||||
|
|
||||||
a {
|
a {
|
||||||
&, &:hover, &:active, &:visited {
|
&:hover { text-decoration: underline; }
|
||||||
|
&, &:active, &:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: darken($header-link-color,20%);
|
color: darken($header-link-color,20%);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user