diff --git a/static/css/style.css b/static/css/style.css index 5befbbc..bae28ac 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -21,21 +21,18 @@ ul.messages > li { border: 1px solid black; margin-top: 10px; border-radius: 4px; - font-style: italic; } ul.messages > li.info { - background: #0044cc; - color: #ffffff; } ul.messages > li.warning { - background: #f89406; + background: #ffc470; color: black; } ul.messages >li.error { - background: #bd362f; + background: #ff665e; color: black; }