improve hover undline on page numbers

This commit is contained in:
Aadil Ayub 2022-01-13 14:24:55 +05:00
parent 5ceb244c00
commit 8d13c54a83
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ li.page-item a {
text-decoration: none; text-decoration: none;
} }
li.page-item a:hover { li.page-item:hover a {
text-decoration: underline; text-decoration: underline;
} }