]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Adjust flash alert contrast for better readability
authorChristopher Choi <cdddchris@gmail.com>
Sun, 31 May 2020 18:35:18 +0000 (11:35 -0700)
committerThibaut Girka <thib@sitedethib.com>
Mon, 1 Jun 2020 16:31:45 +0000 (18:31 +0200)
Port b4a8400afd88a2ae8822757e5d30975494be2512 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/forms.scss

index 5de650f0a822670f6f3df77634f72641a3f33cf5..6767c15f10cdcc47ca5aa1c2d8634fffebf21fa1 100644 (file)
@@ -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;
   }