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>

View File

@@ -30,6 +30,7 @@
})
</script>
<h1 class="ml-8 mt-8 text-4xl font-extrabold">Rayhunter Dashboard</h1>
<div class="p-8 flex flex-col gap-2">
{#if loaded}
<ControlBar server_is_recording={recording} />