🐛 — Fix #188 — Add background color to body
This commit is contained in:
parent
5e7a752700
commit
c0a12abdb6
|
@ -1,3 +1,6 @@
|
|||
body {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
#files {
|
||||
border: 2px dashed #BBB;
|
||||
border-radius: 5px;
|
||||
|
|
Loading…
Reference in New Issue