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; }