From 330ae471f1583daf2ec2508a2b101584a9346459 Mon Sep 17 00:00:00 2001 From: SansPseudoFix Date: Wed, 4 Mar 2015 11:03:44 +0100 Subject: [PATCH] Fix #5716 focus header link color --- app/assets/stylesheets/header.scss | 5 +++++ 1 file changed, 5 insertions(+) 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 {