diff options
Diffstat (limited to 'assets/scss')
-rw-r--r-- | assets/scss/_header-nav.scss | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/assets/scss/_header-nav.scss b/assets/scss/_header-nav.scss index cf2f14c..496ce56 100644 --- a/assets/scss/_header-nav.scss +++ b/assets/scss/_header-nav.scss @@ -28,29 +28,12 @@ article > header > nav { } } -body.txt article > header > nav a { - background-color: $bg-txt-on; +body.txt article > header > nav ul li a { + background-color: $bg-txt-off; + color: white; &:hover, &:active { background-color: $bg-txt-on; + color: black; } } - -body.txt article > header > nav a { - text-decoration: none; - &:link { - color: $fg-header; - } - &:hover { - background-color: $bg-txt-on; - color: $a-hover; - text-decoration: underline; - } - &:active { - color: $a-active; - } - &:visited { - color: $a-hover; - } -} - |