forked from CGM_Public/pretix_original
[A11y] Fix color-contrast for info/error-texts in widget (#5105)
This commit is contained in:
committed by
GitHub
parent
d103d8782b
commit
c17a090244
@@ -165,7 +165,7 @@
|
|||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 2px solid $brand-info;
|
border: 2px solid $brand-info;
|
||||||
color: $brand-info;
|
color: $state-info-text;
|
||||||
border-radius: $alert-border-radius;
|
border-radius: $alert-border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 2px solid $brand-danger;
|
border: 2px solid $brand-danger;
|
||||||
color: $brand-danger;
|
color: $state-danger-text;
|
||||||
border-radius: $alert-border-radius;
|
border-radius: $alert-border-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user