Add style for pagination

This commit is contained in:
PCoder 2019-11-20 17:47:52 +05:30
parent 77676b3e3b
commit 079e7f1642
1 changed files with 4 additions and 1 deletions

View File

@ -422,4 +422,7 @@ body {
.custom-black-logo {
padding: 8px 15px;
}
}
.pagination a {
text-decoration: underline;
}