Add style for pagination
This commit is contained in:
parent
77676b3e3b
commit
079e7f1642
1 changed files with 4 additions and 1 deletions
|
@ -423,3 +423,6 @@ body {
|
||||||
.custom-black-logo {
|
.custom-black-logo {
|
||||||
padding: 8px 15px;
|
padding: 8px 15px;
|
||||||
}
|
}
|
||||||
|
.pagination a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue