This commit is contained in:
2025-09-18 16:56:37 -06:00
parent 07100d82de
commit 4bc2a47a96
17 changed files with 529 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
if ($(this).data('order') === index + 1) {
$(this).removeClass('bg-verde-claro').addClass('bg-verde-pasto');
} else {
$(this).css('background', ''); // reset
$(this).removeClass('bg-verde-pasto').addClass('bg-verde-claro');
correct = false;
}
});