Skip to content

Instantly share code, notes, and snippets.

@nextab
Created July 14, 2024 17:59
Show Gist options
  • Save nextab/e8d896d2d337e3361fb8f8880e8bf93f to your computer and use it in GitHub Desktop.
Save nextab/e8d896d2d337e3361fb8f8880e8bf93f to your computer and use it in GitHub Desktop.
.wp-pagenavi {
border-top: none;
margin: 0 auto;
padding-top: 4rem;
text-align: center;
width: 80%;
a, span {
color: #282828;
font-size: 1.125rem !important;
font-weight: inherit !important;
margin: 0px 0.5rem;
}
a {
cursor: pointer;
}
a:hover, span.current, .nextpostslink, .previouspostslink {
color: $highlight !important;
}
/* #region width <= 650px */
@media only screen and (width <= 650px) {
width: 90%;
}
/* #endregion width <= 650px */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment