fix the page-button hover style not show

This commit is contained in:
krvpb024 2024-02-10 11:14:02 +08:00 committed by Frédéric Guillot
parent ea58bac548
commit 2221fd408d
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ a:hover {
font-size: 1rem;
cursor: pointer;
&:is(hover, :focus) {
&:is(:hover, :focus) {
color: var(--link-hover-color);
}
}