diff options
| author | Mark Otto <[email protected]> | 2017-12-29 13:03:35 -0800 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2017-12-29 21:03:35 +0000 |
| commit | 625736b17b37b85babc15b0f4a203dc3378008ae (patch) | |
| tree | f9839bf6a0c7235ae9951f979a4d2b1b3218341f | |
| parent | 8ffbb74e81bb607e621df276b12f5b6449392114 (diff) | |
| download | bootstrap-625736b17b37b85babc15b0f4a203dc3378008ae.tar.xz bootstrap-625736b17b37b85babc15b0f4a203dc3378008ae.zip | |
Darken $gray-600 by 10% for AA contrast (#25123)
Closes #23319. Both `.text-muted` and `.btn-outline-secondary` (and indeed all secondary items) make use of `$gray-600`. New value provides a contrast ratio of 4.69.
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 26b44e90d..b2af0a466 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -15,7 +15,7 @@ $gray-200: #e9ecef !default; $gray-300: #dee2e6 !default; $gray-400: #ced4da !default; $gray-500: #adb5bd !default; -$gray-600: #868e96 !default; +$gray-600: #6c757d !default; $gray-700: #495057 !default; $gray-800: #343a40 !default; $gray-900: #212529 !default; |
