app/assets/stylesheets/thredded/components/_pagination.scss in thredded-0.2.2 vs app/assets/stylesheets/thredded/components/_pagination.scss in thredded-0.3.0

- old
+ new

@@ -3,15 +3,15 @@ margin-top: $thredded-base-spacing; padding-top: $thredded-base-spacing; text-align: center; > span { - color: lighten($thredded-base-font-color, 30%); + color: $thredded-secondary-text-color; display: inline-block; margin-right: $thredded-small-spacing; > a { - color: $thredded-base-font-color; + color: $thredded-text-color; display: inline-block; &:focus, &:hover { color: $thredded-action-color;