diff --git a/app/styles/app/layouts/top.sass b/app/styles/app/layouts/top.sass index 44155f8b..c65e114b 100644 --- a/app/styles/app/layouts/top.sass +++ b/app/styles/app/layouts/top.sass @@ -43,7 +43,7 @@ $top-height: 55px a display: block color: $grey1 - border-bottom: solid 1px $cream-dark + border-bottom: solid 1px #eaebe7 @media #{$small-only} .navigation @@ -84,6 +84,8 @@ $top-height: 55px height: $top-height line-height: $top-height + 2px border: none + &:hover + text-decoration: underline .navigation--profile float: right @@ -99,7 +101,8 @@ $top-height: 55px line-height: 35px padding: 0 2em &:hover - background-color: $cream-dark + text-decoration: none + background-color: $cream-light .navigation--profile.signed-in .navigation-handle:hover + .navigation-nested, @@ -109,4 +112,4 @@ $top-height: 55px right: 1rem display: block z-index: 90 - background-color: $cream-light + background-color: #eaebe7