From 9cb470ece97fb98f5e44a019062b2c6cfc5d5321 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 25 Sep 2018 10:59:49 +0200 Subject: [PATCH] Set body background to light gray --- frontend/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/app.css b/frontend/css/app.css index 36a51756e..6e8b42a94 100644 --- a/frontend/css/app.css +++ b/frontend/css/app.css @@ -21,7 +21,7 @@ } body { - background: #fefefe; + background: rgb(250, 250, 250); color: #333333; font-family: Helvetica, Arial, sans-serif; }