[a11y] Increase contrast on some colors for WCAG conformance (#1996)

Co-authored-by: Raphael Michel <mail@raphaelmichel.de>
This commit is contained in:
Richard Schreiber
2021-03-16 12:10:37 +01:00
committed by GitHub
parent 5e34032821
commit 09b2e69178
4 changed files with 12 additions and 4 deletions

View File

@@ -208,7 +208,7 @@ $input-border-radius-small: $border-radius-small !default;
$input-border-focus: #66afe9 !default;
//** Placeholder text color
$input-color-placeholder: #999 !default;
$input-color-placeholder: #767676 !default;
//** Default `.form-control` height
$input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2) !default;