cambia color de fondo del form

pull/16/head
Borja Robert 2 years ago
parent 5f49d760da
commit 188d4c4847

@ -42,11 +42,11 @@
.form {
grid-column: 1/2;
background-color: rgb(230, 240, 240);
background-color: rgb(236, 240, 240);
}
.preview {
grid-column: 2/3;
background-color: rgb(240, 238, 240);
background-color: rgb(240, 240, 240);
}
</style>

Loading…
Cancel
Save