diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index 78e82afcb..ba18099ff 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -18,11 +18,13 @@ body { padding: 0 0 4px 0; font-weight: 500; &:hover { - color: $blue; - font-weight: 700; + color: $blue-700; } &.small { line-height: 24px; + &:hover { + color: $blue-700; + } } &.navigation-link { color: $black;