mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Align echo alert colors to WikimediaUI color palette
Change-Id: I4a6d53f7a5407838ce43f12b3a8ec6dde365ce4c
This commit is contained in:
parent
b74d72969b
commit
550dc4ee88
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue