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 18:04, 25 May 2025 (Style sheet for Pagination). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
#pagination .prev-btn {
background-color: green;
color: black;
font-weight: bold;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}
#pagination .next-btn {
background-color: green;
color: black;
font-weight: bold;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}