From c1a33f208734b23e8eb158ba6c55b562f9d968f0 Mon Sep 17 00:00:00 2001 From: rzen Date: Fri, 6 Sep 2019 07:18:43 -0400 Subject: [PATCH] refactor the name of css file --- _sass/{_opine.scss => _isabelline.scss} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename _sass/{_opine.scss => _isabelline.scss} (98%) 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%); }