diff --git a/app/assets/stylesheets/header.scss b/app/assets/stylesheets/header.scss index 7cbea8601..044580554 100644 --- a/app/assets/stylesheets/header.scss +++ b/app/assets/stylesheets/header.scss @@ -39,10 +39,14 @@ body > header { color: #CCC; color: rgb(147,147,147); - &:hover { + &:hover, &:focus { background: none; color: $highlight-white; } + &:focus { + outline: thin dotted $border-dark-grey; + text-decoration: none; + } } &.landing {