diff options
-rw-r--r-- | themes/garland/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css index 9e1f6c47c..8df698ba3 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -1006,18 +1006,18 @@ tr.taxonomy-term-divider-bottom { } div.status { - color: #3a3; + color: #33a333; border-color: #c7f2c8; } div.error, tr.error { - color: #c52020; + color: #a30000; background-color: #FFCCCC; } .form-item input.error, .form-item textarea.error { border: 1px solid #c52020; - color: #494949; + color: #363636; } /** |