From 25bb64ed0bfe86dcdace06ca4ffd95f90441553e Mon Sep 17 00:00:00 2001 From: hmbrink Date: Fri, 17 Jan 2020 12:53:28 -0500 Subject: [PATCH] Update _topbar.scss -Fixed iconography and nav link colors --- styles/components/_topbar.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/components/_topbar.scss b/styles/components/_topbar.scss index ef9db0c4..a64a1344 100644 --- a/styles/components/_topbar.scss +++ b/styles/components/_topbar.scss @@ -12,10 +12,13 @@ flex-direction: row; align-items: stretch; justify-content: space-between; + + a { + color: $color-white; + } } &__link { - color: $color-white; display: inline-flex; align-items: center; height: $topbar-height; @@ -30,6 +33,7 @@ &-icon { margin: 0 $gap 0 0; + @include icon-color($color-white); } .icon--logout {