mediawiki-extensions-Echo/modules/nojs/mw.echo.alert.less
Amir Sarabadani 7ac77d8538 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
2016-12-17 02:42:51 +03:30

8 lines
137 B
Plaintext

.mw-echo-alert {
border-radius: 2px;
background-color: #fc3;
padding: 0.25em 0.8em 0.2em 0.8em;
color: #222;
font-weight: normal;
}