]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Darken $gray-600 by 10% for AA contrast (#25123)
authorMark Otto <markd.otto@gmail.com>
Fri, 29 Dec 2017 21:03:35 +0000 (13:03 -0800)
committerPatrick H. Lauke <redux@splintered.co.uk>
Fri, 29 Dec 2017 21:03:35 +0000 (21:03 +0000)
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.

scss/_variables.scss

index 26b44e90d85089d0c75fcd5d38d425ffb2e139b8..b2af0a466f23ee2b47b35760d0ab4ac08d7f91b3 100644 (file)
@@ -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;