From a01c84a9bd237f908361a36874526a23567435e1 Mon Sep 17 00:00:00 2001 From: Ming Xiao Date: Tue, 18 Dec 2018 14:38:59 -0800 Subject: [PATCH] anchors within the Siteframe header should inherit color [#162746306] Signed-off-by: Reid Mitchell --- src/css/siteframe/siteframe.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/siteframe/siteframe.scss b/src/css/siteframe/siteframe.scss index 50a7bb043..0c8f5ef41 100644 --- a/src/css/siteframe/siteframe.scss +++ b/src/css/siteframe/siteframe.scss @@ -23,6 +23,10 @@ $header-height: $base-unit * 7; flex-direction: column; display: flex; } + + a, a:hover { + color: inherit; + } } .pui-siteframe-header .account-dropdown {