Make pager (next/previous) active state more obvious by adding changing gray color to $link-color

This commit is contained in:
Michael Rose 2016-11-04 11:36:31 -04:00
parent abea26ecbe
commit 11fccb0908

View file

@ -131,7 +131,7 @@
font-weight: bold;
text-align: center;
text-decoration: none;
color: mix(#fff, $gray, 50%);
color: $link-color;
border: 1px solid $light-gray;
border-radius: $border-radius;