Review suggestion by dpschen: pagination link color to a color
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Adrian Simmons 2021-11-16 18:18:43 +00:00
parent 347a77f11b
commit f2dc5b643d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
// FIXME: move to pagination component
.pagination-link:not(.is-current) {
background: var(--site-background);
background: var(--grey-100);
}
.box,