Fix navbar prev/next links (#23)

This commit is contained in:
Wonderfall 2022-07-23 00:15:36 +02:00 committed by GitHub
parent 8d18de580e
commit 33b7f6f324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
.paginav {
background: none;
border: none;
}
.paginav a:hover {
background: none;
}