BRM update font weights on hover (links).
This commit is contained in:
parent
908f4b169d
commit
1b9079163e
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue