From 0bbe22dd69bbb149e9fed74c87e7fc75e181483e Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sat, 7 Apr 2018 23:22:58 +0100 Subject: Try to re-establish lost websocket connections --- public/stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/stylesheets/style.css') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3f4c1ca..6d37c8f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -25,4 +25,10 @@ footer ul { color: #fff; background-color: #5cb85c; border-color: #4cae4c; +} + +.alert-danger { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; } \ No newline at end of file -- cgit v1.2.3