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