Saner color for error messages (and consistent with default theme)

This commit is contained in:
Michal Čihař 2012-08-13 14:13:25 +02:00
parent bb98205389
commit aa3071a95d

View File

@ -176,7 +176,7 @@ div.notice {
.error {
border: 1px solid maroon !important;
color: #000;
background: #fcf;
background: pink;
}
h1.error,