Align echo alert colors to WikimediaUI color palette

Change-Id: I4a6d53f7a5407838ce43f12b3a8ec6dde365ce4c
This commit is contained in:
Amir Sarabadani 2016-11-29 16:25:37 +03:30 committed by VolkerE
parent b74d72969b
commit 550dc4ee88

View file

@ -1,7 +1,7 @@
.mw-echo-alert {
border-radius: 2px;
background-color: #f9c557;
background-color: #fc3;
padding: 0.25em 0.8em 0.2em 0.8em;
color: #555;
color: #54595d;
font-weight: normal;
}