From 3a9350d54ce06cdb405ec988551a5a452d14f75a Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 11 Aug 2016 22:28:35 -0400 Subject: [PATCH] Lighten disabled pagination links --- _sass/_navigation.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/_navigation.scss b/_sass/_navigation.scss index bacd0e30..d96735b8 100644 --- a/_sass/_navigation.scss +++ b/_sass/_navigation.scss @@ -97,7 +97,7 @@ } &.disabled { - color: $light-gray; + color: mix(#fff, $gray, 75%); pointer-events: none; cursor: not-allowed; } @@ -131,7 +131,7 @@ font-weight: bold; text-align: center; text-decoration: none; - color: mix(#fff, $gray, 25%); + color: mix(#fff, $gray, 50%); border: 1px solid $light-gray; border-radius: $border-radius; @@ -151,7 +151,7 @@ } &.disabled { - color: $light-gray; + color: mix(#fff, $gray, 75%); pointer-events: none; cursor: not-allowed; }