Skip to content

Commit 625736b

Browse files
mdopatrickhlauke
authored andcommitted
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.
1 parent 8ffbb74 commit 625736b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $gray-200: #e9ecef !default;
1515
$gray-300: #dee2e6 !default;
1616
$gray-400: #ced4da !default;
1717
$gray-500: #adb5bd !default;
18-
$gray-600: #868e96 !default;
18+
$gray-600: #6c757d !default;
1919
$gray-700: #495057 !default;
2020
$gray-800: #343a40 !default;
2121
$gray-900: #212529 !default;

0 commit comments

Comments
 (0)