style pagination

This commit is contained in:
Frédéric Péters 2018-08-31 20:32:26 +02:00
parent 401d2a674a
commit bb0c7e5487
1 changed files with 2 additions and 2 deletions

View File

@ -670,7 +670,7 @@ div.big-msg-info {
}
p.paginator {
margin: 4ex 0;
margin: 4ex 1px;
}
p.paginator *:first-child {
@ -689,7 +689,7 @@ p.paginator span {
}
p.paginator span.this-page {
background: #5B616B;
background: $primary-color;
border-color: #5B616B;
color: white;
}