Review suggestion by dpschen: pagination link color to a color
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Adrian Simmons 2021-11-16 18:18:43 +00:00
parent 347a77f11b
commit f2dc5b643d

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,