Skip to content

Instantly share code, notes, and snippets.

@jjjjcccjjf
Created November 8, 2017 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjjjcccjjf/1b2aae733f28a251cc5373de8fd6ddfb to your computer and use it in GitHub Desktop.
Save jjjjcccjjf/1b2aae733f28a251cc5373de8fd6ddfb to your computer and use it in GitHub Desktop.
/* Pagination */
div.pagination {
margin: 0 0 50px; }
div.pagination ul {
text-align: center; }
div.pagination ul li {
display: inline-block;
margin: 10px; }
div.pagination ul li a, div.pagination ul li span.current { /* @jjjjcccjjf was here*/
color: #fff;
font: 14px/20px "Proxima Nova", Arial, sans-serif;
padding: 5px 10px;
background: #00a0b0;
border-radius: 10px; }
div.pagination ul li:hover a, div.pagination ul li.active a, div.pagination ul li span.current {
background: #f69222 !important; } /* @jjjjcccjjf was here*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment