Make mw.echo.alert text darker to pass WCAG test

Going from #54595d to #222 (both from the color palette)

Bug: T153506
Change-Id: I7e844f63a743ff8791ab76149147e9e9c71df7d2
This commit is contained in:
Amir Sarabadani 2016-12-17 02:42:51 +03:30
parent a818d54296
commit 7ac77d8538

View file

@ -2,6 +2,6 @@
border-radius: 2px;
background-color: #fc3;
padding: 0.25em 0.8em 0.2em 0.8em;
color: #54595d;
color: #222;
font-weight: normal;
}