night mode: Alter compose warning background to fit night mode.

Fixes #10916.
This commit is contained in:
Cynthia Lin
2018-12-11 18:42:17 -08:00
committed by Tim Abbott
parent 8a95526ced
commit c9b75a8a65

View File

@@ -369,6 +369,12 @@ on a dark background, and don't change the dark labels dark either. */
border: 1px solid hsl(49, 38%, 46%);
}
.alert.home-error-bar {
color: hsl(236, 33%, 90%);
background-color: hsla(35, 84%, 62%, 0.25);
border: 1px solid hsl(11, 46%, 54%);
}
.alert {
text-shadow: none;
}