From 3236d45ac13982d7d7694a0edaa3e4bd717b048e Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Mon, 24 Aug 2020 22:17:33 +0200 Subject: [PATCH] new colors --- client/style.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/client/style.css b/client/style.css index bf4e201..147900d 100644 --- a/client/style.css +++ b/client/style.css @@ -9,16 +9,13 @@ } .contact-mailer-message-error { - color: red; - border-color: red; + color: white; + background-color: #ef4757; + border-color: #ef4757; } .contact-mailer-message-success { - color: green; - border-color: green; -} - -.contact-mailer-message-info { - color: blue; - border-color: blue; + color: white; + background-color: #06d6a0; + border-color: #06d6a0; }