]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix color-text-maxcontrast not passing WCAG AA 20886/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 7 May 2020 08:36:22 +0000 (10:36 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Sat, 9 May 2020 01:10:33 +0000 (01:10 +0000)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/variables.scss

index 3a14acb0ad7c4a9e394fea0014bd982a0029a726..af414017dd940833b702395605c9f1aa37bb3014 100644 (file)
@@ -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;