Jump to content

Module:Pagination/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Codemini (talk | contribs) at 08:31, 26 May 2025 (Testing). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.prev-btn {
background-color: rgb(0,0,255);
color: black;
font-weight: bold;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}
.next-btn {
background-color: green;
color: black;
font-weight: bold;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}