From 14ff87eccf13a6cd1f780e160c217753029717a7 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 22 Jan 2020 20:01:07 +0100 Subject: [PATCH] text muted AA wcag test improvement --- scss/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 3398889a..c6ad55dd 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -51,8 +51,8 @@ $white: #ffffff !default; $body-bg: $light !default; $body-color: $dark !default; -$text-muted: mix($body-color, #fff, 64%) !default; -$border-color: rgba(mix($body-color, #fff, 64%), .24) !default; +$text-muted: mix($body-color, #fff, 68%) !default; +$border-color: rgba(mix($body-color, #fff, 68%), .24) !default; $hover-bg: $light-white !default; $active-bg: rgba($blue, .06) !default; -- GitLab