From c0a12abdb6600a03bc241003a5f114c0e8362af1 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: May 07 2020 14:44:08 +0000 Subject: 🐛 — Fix #188 — Add background color to body --- 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;