Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-05-09 10:53:14 +0300
committerGitHub <noreply@github.com>2020-05-09 10:53:14 +0300
commit14cf3458012d7ebb8f176c4732b1b55539582449 (patch)
tree1974b9298e1c6c4295799948dbbb0e158ec5014d /core
parent7456d67df009c8c16038ed0e082148e3280cddb7 (diff)
parentbc3f1cab9c542a6f00e0cde3a6ac210dcfd7d29e (diff)
Merge pull request #20886 from nextcloud/backport/20853/stable18
[stable18] Fix color-text-maxcontrast not passing WCAG AA
Diffstat (limited to 'core')
-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 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;