diff options
| author | Louis-Maxime Piton <[email protected]> | 2024-08-07 12:11:06 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-07 12:11:06 +0200 |
| commit | 3083596e87146c1c5a61de7238cb69e1dab5ae8b (patch) | |
| tree | 7c36cfe9eba5cd18b7f6c2b5abd092afad716e2e /scss/_variables.scss | |
| parent | 4e954ea3322e0a2c6428159108c676428a05d748 (diff) | |
| download | bootstrap-3083596e87146c1c5a61de7238cb69e1dab5ae8b.tar.xz bootstrap-3083596e87146c1c5a61de7238cb69e1dab5ae8b.zip | |
Docs: update WCAG links and references (#40703)
Co-authored-by: Julien Déramond <[email protected]>
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index cfe25b528..9db91c73a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -67,8 +67,8 @@ $colors: ( ) !default; // scss-docs-end colors-map -// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7. -// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast +// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.2 are 3, 4.5 and 7. +// See https://www.w3.org/TR/WCAG/#contrast-minimum $min-contrast-ratio: 4.5 !default; // Customize the light and dark text colors for use in our color contrast function. |
