Adjust flash alert contrast for better readability (#13892)

This commit is contained in:
Christopher Choi
2020-05-31 11:35:18 -07:00
committed by GitHub
parent 64154c5161
commit b4a8400afd

View File

@ -587,7 +587,7 @@ code {
&.alert {
border: 1px solid rgba($error-value-color, 0.5);
background: rgba($error-value-color, 0.25);
background: rgba($error-value-color, 0.1);
color: $error-value-color;
}