fix the page-button hover style not show
This commit is contained in:
parent
ea58bac548
commit
2221fd408d
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ a:hover {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:is(hover, :focus) {
|
&:is(:hover, :focus) {
|
||||||
color: var(--link-hover-color);
|
color: var(--link-hover-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue