diff options
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 |