Merge branch 'fix-188' into 'development'

Fix #188 — Add background color to body

See merge request fiat-tux/hat-softwares/lufi!54
This commit is contained in:
Luc Didry 2020-05-07 16:50:46 +02:00
commit 89f1b60635
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
body {
background-color: #ffffff;
}
#files {
border: 2px dashed #BBB;
border-radius: 5px;