add title and darken the green

This commit is contained in:
Will Greenberg
2025-04-23 11:09:52 -07:00
parent f559e10d44
commit 43324c0ad7
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
dateStyle: "short",
});
let normal_row_color = i % 2 == 0 ? "bg-white" : "bg-gray-100";
let row_color = current ? "bg-green-300" : normal_row_color;
let row_color = current ? "bg-green-100" : normal_row_color;
let analysis_visible = $state(false);
</script>