diff --git a/style-DARK.css b/style-DARK.css index 948aa1d..df38bfa 100644 --- a/style-DARK.css +++ b/style-DARK.css @@ -21,7 +21,7 @@ textarea:focus, textarea, font-family: Avenir, Helvetica, Arial, sans-serif; color: #eeeeee; } -.notice, .comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash { +.comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash { color: #eee; background-color: #ce4c4c; border: none; diff --git a/style-LIGHT-HighContrast.css b/style-LIGHT-HighContrast.css index e849a26..38abc68 100644 --- a/style-LIGHT-HighContrast.css +++ b/style-LIGHT-HighContrast.css @@ -19,7 +19,7 @@ textarea:focus, background: #ffffff; font-family: Avenir, Helvetica, Arial, sans-serif; } -.notice, .comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash { +.comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash { color: #fafafa; background-color: #d50000; border: none; diff --git a/style-LIGHT.css b/style-LIGHT.css index 11d7526..e68ad62 100644 --- a/style-LIGHT.css +++ b/style-LIGHT.css @@ -20,7 +20,7 @@ textarea:focus, font-family: Avenir, Helvetica, Arial, sans-serif; } -.notice, .comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash { +.comment_notice, ul.notes, .caution, .error, .comment_error, .alert.flash { color: #eee; background-color: #ce4c4c; border: none;