mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +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
@@ -9,19 +9,19 @@
|
||||
$gray-darker: lighten(#000, 13.5%);
|
||||
$gray-dark: lighten(#000, 20%);
|
||||
$gray: lighten(#000, 33.5%);
|
||||
$gray-light: lighten(#000, 60%);
|
||||
$gray-light: lighten(#000, 55%);
|
||||
$gray-lighter: lighten(#000, 93.5%);
|
||||
$gray-lightest: lighten(#000, 97.25%);
|
||||
|
||||
$font-family-sans-serif: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
||||
$text-color: #222222 !default;
|
||||
$text-muted: #999999 !default;
|
||||
$text-muted: #767676 !default;
|
||||
|
||||
$brand-primary: #7f5a91 !default;
|
||||
$brand-success: #50a167 !default;
|
||||
$brand-info: #5f9cd4 !default;
|
||||
$brand-warning: #ffb419 !default;
|
||||
$brand-danger: #d36060 !default;
|
||||
$brand-danger: #c44f4f !default;
|
||||
|
||||
$btn-default-border: #CCCCCC;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user