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:
commit
89f1b60635
|
@ -1,3 +1,6 @@
|
||||||
|
body {
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
#files {
|
#files {
|
||||||
border: 2px dashed #BBB;
|
border: 2px dashed #BBB;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
Loading…
Reference in New Issue