diff --git a/bin/web/src/lib/components/ManifestTableRow.svelte b/bin/web/src/lib/components/ManifestTableRow.svelte index 7fe0151..cd49e43 100644 --- a/bin/web/src/lib/components/ManifestTableRow.svelte +++ b/bin/web/src/lib/components/ManifestTableRow.svelte @@ -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); diff --git a/bin/web/src/routes/+page.svelte b/bin/web/src/routes/+page.svelte index f6709e3..b30fb3f 100644 --- a/bin/web/src/routes/+page.svelte +++ b/bin/web/src/routes/+page.svelte @@ -30,6 +30,7 @@ }) +

Rayhunter Dashboard

{#if loaded}