From 2b29bfe4039133b613eaac77c8931cc9b8b33dff Mon Sep 17 00:00:00 2001 From: SansPseudoFix Date: Wed, 4 Mar 2015 15:00:39 +0100 Subject: [PATCH] focus link grey with grey dots --- app/assets/stylesheets/header.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/header.scss b/app/assets/stylesheets/header.scss index b305fad04..7ac0baf68 100644 --- a/app/assets/stylesheets/header.scss +++ b/app/assets/stylesheets/header.scss @@ -44,8 +44,8 @@ body > header { color: $highlight-white; } &:focus { - color: $black; - outline: thin dotted; + color: $highlight-white; + outline: thin dotted #CCC; text-decoration: none; } }