Tinted background + left border to visually separate errors from output.
DEFAULT_CSS = '\n ErrorMessage {\n height: auto;\n padding: 1;\n margin: 0 0 1 0;\n background: $error-muted;\n color: white;\n border-left: wide $error;\n }\n '