From 1944f9d65dfe2fe566d669c265cf4cd0d03ccf8d Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 4 Jun 2021 00:31:44 +0530 Subject: added error handling signin/signout --- app/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/static/css/style.css') diff --git a/app/static/css/style.css b/app/static/css/style.css index e69de29..009fdda 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -0,0 +1,4 @@ +.alert-message { + background-color: #d9534f; + color: #fff; +} \ No newline at end of file -- cgit v1.2.3