From b213089f0f205c6367c2aff99f4c7ed288cae53f Mon Sep 17 00:00:00 2001 From: Mariu Date: Sun, 1 Nov 2020 10:45:28 +0100 Subject: [PATCH] adjusted notices oops --- style-DARK.css | 2 +- style-LIGHT-HighContrast.css | 2 +- style-LIGHT.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;