diff options
-rw-r--r-- | themes/seven/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index fab811893..100406de8 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -161,6 +161,10 @@ div.error { border-color: #d52; } +div.error p.error { + color: #333; +} + div.status { color: #360; background: #cf8; |