From bc3f1cab9c542a6f00e0cde3a6ac210dcfd7d29e Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 7 May 2020 10:36:22 +0200 Subject: Fix color-text-maxcontrast not passing WCAG AA Signed-off-by: Jan-Christoph Borchardt --- core/css/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/css/variables.scss b/core/css/variables.scss index 3a14acb0ad7..af414017dd9 100644 --- a/core/css/variables.scss +++ b/core/css/variables.scss @@ -60,7 +60,7 @@ $color-yellow: #FC0; // rgb(118, 118, 118) / #767676 // min. color contrast for normal text on white background according to WCAG AA // (Works as well: color: #000; opacity: 0.57;) -$color-text-maxcontrast: nc-lighten($color-main-text, 46.2%) !default; +$color-text-maxcontrast: nc-lighten($color-main-text, 33%) !default; $color-text-light: nc-lighten($color-main-text, 15%) !default; $color-text-lighter: nc-lighten($color-main-text, 30%) !default; -- cgit v1.2.3