From 89f1b60635bd24a5a1386892411b22141df36aca Mon Sep 17 00:00:00 2001 From: Luc Didry Date: May 07 2020 14:50:46 +0000 Subject: Merge branch 'fix-188' into 'development' Fix #188 — Add background color to body See merge request fiat-tux/hat-softwares/lufi!54 --- 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;