From 34d69e85331b2659ecebb3589cd185685504ccc9 Mon Sep 17 00:00:00 2001 From: Ferit Topcu Date: Mon, 25 Jun 2018 11:57:25 +0200 Subject: [PATCH] fix(header): update header.scss to be consistent with component style --- molecules/_header.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/molecules/_header.scss b/molecules/_header.scss index 062b0ba..4cb33a9 100644 --- a/molecules/_header.scss +++ b/molecules/_header.scss @@ -164,6 +164,10 @@ $header-border-color: schema-color(4) !default; a { color: inherit; + + &:focus { + color: $white; + } } } }