diff --git a/app/assets/stylesheets/header.scss b/app/assets/stylesheets/header.scss index 7cbea8601..b305fad04 100644 --- a/app/assets/stylesheets/header.scss +++ b/app/assets/stylesheets/header.scss @@ -43,6 +43,11 @@ body > header { background: none; color: $highlight-white; } + &:focus { + color: $black; + outline: thin dotted; + text-decoration: none; + } } &.landing {