mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
[a11y] Increase contrast on some colors for WCAG conformance (#1996)
Co-authored-by: Raphael Michel <mail@raphaelmichel.de>
This commit is contained in:
committed by
GitHub
parent
5e34032821
commit
09b2e69178
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user