diff options
Diffstat (limited to 'app/static/base.css')
| -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; +} |
