Merge pull request #2004 from mempool/nymkappa/bugfix/jumping-pagination

Set pagination font to monospace
This commit is contained in:
wiz 2022-07-07 16:35:29 +02:00 committed by GitHub
commit 47f3d539c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1046,3 +1046,7 @@ th {
box-shadow: -10px -15px 75px rgba(#eba814, 1);
transition: 100ms all ease-in;
}
.page-item {
font-family: monospace;
}