diff --git a/_sass/_opine.scss b/_sass/_isabelline.scss similarity index 98% rename from _sass/_opine.scss rename to _sass/_isabelline.scss index 809eaad..8f5119a 100644 --- a/_sass/_opine.scss +++ b/_sass/_isabelline.scss @@ -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%); }