From 1b9079163eacf8feee9bdeb8969e82c4f6242059 Mon Sep 17 00:00:00 2001 From: bmauger Date: Thu, 20 Jan 2022 12:35:56 -0500 Subject: [PATCH] BRM update font weights on hover (links). --- src/styles/common-styles.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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;