diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-26 14:16:12 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-26 14:16:12 +0000 |
| commit | 6005baea467109e906d782021254c6c3134fcb18 (patch) | |
| tree | 7a0dfb986fcd997948ba5590331205f9c0dd79fd /app/static | |
| parent | Delete annotations when the admin deletes a task (diff) | |
| download | AnnotateChange-6005baea467109e906d782021254c6c3134fcb18.tar.gz AnnotateChange-6005baea467109e906d782021254c6c3134fcb18.zip | |
Add message flashing formatting
Diffstat (limited to 'app/static')
| -rw-r--r-- | app/static/base.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/static/base.css b/app/static/base.css new file mode 100644 index 0000000..ab908c8 --- /dev/null +++ b/app/static/base.css @@ -0,0 +1,11 @@ +.flashes .info { + color: blue; +} + +.flashes .success { + color: green; +} + +.flashes .error { + color: red; +} |
