vendor/assets/stylesheets/components/_pagination.scss in active_frontend-15.1.6 vs vendor/assets/stylesheets/components/_pagination.scss in active_frontend-16.0.0

- old
+ new

@@ -5,11 +5,11 @@ // scss-lint:disable NestingDepth // Pagination // ================================================== .pagination { - color: color(black); + color: color(slate); list-style: none; padding: 0; li { display: inline-block; @@ -66,15 +66,15 @@ &.light, &.white { background: color(transparent); } &.dark { li { a { - background: color(light-black); + background: color(light-slate); @if ($pseudo-elements) { &:hover, - &:focus { background: darkish-color(light-black); } - &:active { background: lightish-color(light-black); } + &:focus { background: darkish-color(light-slate); } + &:active { background: lightish-color(light-slate); } } } } } &.light {