🐛Fix #188 — Add background color to body

This commit is contained in:
Luc Didry 2020-05-07 16:44:08 +02:00
parent 5e7a752700
commit c0a12abdb6
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
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;