diff --git a/src/components/TabbedNavigation.less b/src/components/TabbedNavigation.less index e0f2b3987..ebf8edc8b 100644 --- a/src/components/TabbedNavigation.less +++ b/src/components/TabbedNavigation.less @@ -22,6 +22,14 @@ border: 1px solid @gray-20; border-bottom: none; + &:hover { + color: @pacific-60; + } + + &:focus { + color: @navy-dark; + } + &:after { content: ''; border-top: solid 1px;