Browse Source

Adjust flash alert contrast for better readability (#13892)

closed-social-v3
Christopher Choi 4 years ago
committed by GitHub
parent
commit
b4a8400afd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/mastodon/forms.scss

+ 1
- 1
app/javascript/styles/mastodon/forms.scss 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;
}

Loading…
Cancel
Save