five-for-the-future/themes/wporg-5ftf/css/components/_pagination.scss
2019-10-28 19:58:22 -04:00

18 lines
267 B
SCSS

.pagination {
.nav-links .page-numbers {
background-color: transparent;
padding: 0;
height: 36px;
width: 36px;
line-height: 36px;
border-radius: 100%;
color: $color__text;
&.current {
background-color: $color__wp-blue;
color: white;
}
}
}