mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
add title and darken the green
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user