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

View file

@ -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);
} }
} }