From: Christopher Choi Date: Sun, 31 May 2020 18:35:18 +0000 (-0700) Subject: Adjust flash alert contrast for better readability (#13892) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b4a8400afd88a2ae8822757e5d30975494be2512;p=mastodon.git Adjust flash alert contrast for better readability (#13892) --- diff --git a/app/javascript/styles/mastodon/forms.scss b/app/javascript/styles/mastodon/forms.scss index 0e5b00e8f..7a0b2f9a3 100644 --- a/app/javascript/styles/mastodon/forms.scss +++ b/app/javascript/styles/mastodon/forms.scss @@ -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; }