From 11fccb0908ef8a3799fb4f3eea8c4448c9fd4482 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 4 Nov 2016 11:36:31 -0400 Subject: [PATCH] Make pager (next/previous) active state more obvious by adding changing gray color to `$link-color` --- _sass/_navigation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_navigation.scss b/_sass/_navigation.scss index f34c99fe..2d06a120 100644 --- a/_sass/_navigation.scss +++ b/_sass/_navigation.scss @@ -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;