background-color removal

This commit is contained in:
Inaki Fernandez
2021-11-18 11:30:58 +01:00
parent 337505ed29
commit 8f26b2ed37

View File

@@ -3,7 +3,7 @@ selectors). */
body {
margin: 0px;
background-color:rgb(240,240,240);
/* background-color:rgb(240,240,240); */
font-family: arial, sans-serif;
font-size: 14px;
}