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;
|
padding: 0 0 4px 0;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $blue;
|
color: $blue-700;
|
||||||
font-weight: 700;
|
|
||||||
}
|
}
|
||||||
&.small {
|
&.small {
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
&:hover {
|
||||||
|
color: $blue-700;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.navigation-link {
|
&.navigation-link {
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue