styleguide: fix navigation color when hovering unvisited links
All checks were successful
/ build (push) Successful in 11s
All checks were successful
/ build (push) Successful in 11s
This commit is contained in:
parent
5595ad445d
commit
0e3894279d
2 changed files with 4 additions and 4 deletions
|
|
@ -68,7 +68,7 @@ body {
|
|||
transition-duration: 400ms;
|
||||
transition-timing-function: ease-in;
|
||||
|
||||
&:visited, &:focus, &:active {
|
||||
&:visited, &:focus, &:active, &:hover {
|
||||
color: var(--color-foreground);
|
||||
}
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ body {
|
|||
transition: filter 100ms cubic-bezier(0, 2.01, .99, -0.72) 50ms,
|
||||
outline-color 100ms cubic-bezier(0, 2.01, .99, -0.72) 50ms;
|
||||
|
||||
&:visited, &:focus, &:active {
|
||||
&:visited, &:focus, &:active, &:hover {
|
||||
color: var(--color-white);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue