From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
.pagination {
display: flex;
flex-flow: row nowrap;
column-gap: 0;
}
.pagination .pages {
width: 100%;
border: 0;
background-color: transparent;
float: none;
margin: auto;
clear: none;
margin-bottom: 10px;
}
.pagination table {
width: auto;
table-layout: auto;
border-spacing: 5px 0;
border-bottom: 4px solid var(--color-subtle);
}
.pagination td {
border-radius: 3px;
border: 0;
background-color: var(--color-surface-2);
margin-left: 5px;
padding: 5px 10px 5px 10px;
transition: all 0.1s linear 0s;
}
.pagination a.mw-selflink {
color: white;
}
.pagination a.mw-selflink:hover {
text-decoration: none;
}
.pagination a {
padding: 5px 5px 10px 5px;
text-decoration: none;
color: #0645ad;
font-weight: bold;
}
.pagination a:hover {
text-decoration: underline;
}