diff --git a/source/assets/stylesheets/regions/_navigation.scss b/source/assets/stylesheets/regions/_navigation.scss index 6790c08..1192e84 100644 --- a/source/assets/stylesheets/regions/_navigation.scss +++ b/source/assets/stylesheets/regions/_navigation.scss @@ -69,10 +69,9 @@ } a { - background: none; - + &, &:hover, - &:focus { background: $color-background-shade; } + &:focus { background: none; } } } }