BRM update font weights on hover (links).

This commit is contained in:
bmauger 2022-01-20 12:35:56 -05:00
parent 908f4b169d
commit 1b9079163e

View file

@ -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;