New to Kendo UI for Angular? Start a free 30-day trial
Customizing Accessibility
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$wcag-min-contrast-ratio | Number | 7 | 4.5 |
Description
The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7. | |||
$wcag-dark | Color | black | black |
Description
Default dark color for WCAG 2.0. | |||
$wcag-light | Color | white | white |
Description
Default light color for WCAG 2.0. |