From c0a12abdb6600a03bc241003a5f114c0e8362af1 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 7 May 2020 16:44:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E2=80=94=20Fix=20#188=20?= =?UTF-8?q?=E2=80=94=20Add=20background=20color=20to=20body?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/public/css/lufi.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/default/public/css/lufi.css b/themes/default/public/css/lufi.css index 2a6e250..477ffd9 100644 --- a/themes/default/public/css/lufi.css +++ b/themes/default/public/css/lufi.css @@ -1,3 +1,6 @@ +body { + background-color: #ffffff; +} #files { border: 2px dashed #BBB; border-radius: 5px;