diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 00:31:44 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 00:31:44 +0530 |
commit | 1944f9d65dfe2fe566d669c265cf4cd0d03ccf8d (patch) | |
tree | bb83c823c38c26ce5d6636ec6616d8023c72fa45 /app/static | |
parent | 25fc36cd50392f998b779606895af7326b650a93 (diff) |
added error handling signin/signout
Diffstat (limited to 'app/static')
-rw-r--r-- | app/static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 |