Skip to content

Commit

Permalink
anchors within the Siteframe header should inherit color [#162746306]
Browse files Browse the repository at this point in the history
Signed-off-by: Reid Mitchell <rmitchell@pivotal.io>
  • Loading branch information
Ming Xiao authored and apps-manager committed Dec 18, 2018
1 parent bba2fc2 commit a01c84a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/siteframe/siteframe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ $header-height: $base-unit * 7;
flex-direction: column;
display: flex;
}

a, a:hover {
color: inherit;
}
}

.pui-siteframe-header .account-dropdown {
Expand Down

0 comments on commit a01c84a

Please sign in to comment.