~xdavidwu/xdavidwu.link

ec2752b8ebf25600a17f155ac26917014c74c275 — Michael Rose 8 years ago 8e8603f
Make pager (next/previous) active state more obvious by adding changing gray color to `$link-color`
1 files changed, 1 insertions(+), 1 deletions(-)

M _sass/_navigation.scss
M _sass/_navigation.scss => _sass/_navigation.scss +1 -1
@@ 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;