Skip to content

Instantly share code, notes, and snippets.

@wpflames
Created March 16, 2022 12:13
Show Gist options
  • Select an option

  • Save wpflames/6f18c0de2ed9f3862585624502f38874 to your computer and use it in GitHub Desktop.

Select an option

Save wpflames/6f18c0de2ed9f3862585624502f38874 to your computer and use it in GitHub Desktop.
Archive Pagination SCSS
// Archive Pagination
/************************************/
.navigation.pagination {
a.page-numbers {
border: 1px solid rgba(0, 0, 0, 0.3);
color: black;
padding: 10px;
text-decoration: none;
&:hover {
background: black;
color: white;
}
}
span.current {
padding: 10px;
background: black;
color: white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment