summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2020-05-07 10:36:22 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2020-05-07 10:36:22 +0200
commita7e1ba45586ab32ecd0eab53ca17e99f71b98fad (patch)
tree27b46c47382bc2dc99cef11f6e0ed42e86734201 /core/css
parent32e56dee89154aac5ec66cc2dbf10704ee823fba (diff)
downloadnextcloud-server-a7e1ba45586ab32ecd0eab53ca17e99f71b98fad.tar.gz
nextcloud-server-a7e1ba45586ab32ecd0eab53ca17e99f71b98fad.zip
Fix color-text-maxcontrast not passing WCAG AA
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss
index 68b1312c958..43d8535ba03 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;