From 6005baea467109e906d782021254c6c3134fcb18 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 26 Mar 2019 14:16:12 +0000 Subject: Add message flashing formatting --- app/static/base.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/static/base.css (limited to 'app/static') 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; +} -- cgit v1.2.3