[Glitch] Adjust flash alert contrast for better readability

Port b4a8400afd to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
Christopher Choi 4 years ago committed by Thibaut Girka
parent a8559458c3
commit c225ac8b9e
  1. 2
      app/javascript/flavours/glitch/styles/forms.scss

@ -578,7 +578,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