Merge pull request #156 from Safelite/BRM-link-font-weight

BRM update font weights on hover (links).
This commit is contained in:
bmauger 2022-01-20 13:03:56 -05:00 committed by GitHub
commit f0f42ac2ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;