diff options
Diffstat (limited to '')
-rw-r--r-- | pyblackbird_cc/static/css/project.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css new file mode 100644 index 0000000..f1d543d --- /dev/null +++ b/pyblackbird_cc/static/css/project.css @@ -0,0 +1,13 @@ +/* These styles are generated from project.scss. */ + +.alert-debug { + color: black; + background-color: white; + border-color: #d6e9c6; +} + +.alert-error { + color: #b94a48; + background-color: #f2dede; + border-color: #eed3d7; +} |