diff --git a/client/styles/components/_console.scss b/client/styles/components/_console.scss index f37eb50d5..658067395 100644 --- a/client/styles/components/_console.scss +++ b/client/styles/components/_console.scss @@ -89,7 +89,7 @@ @extend %link; color: getThemifyVariable('secondary-text-color'); &:hover { - color: getThemifyVariable('heavy-text-color'); + color: getThemifyVariable('logo-color'); } } background: transparent;