From eb0295745c05f91b9b7410c546a86a0c7b9a85e1 Mon Sep 17 00:00:00 2001 From: juberti Date: Mon, 22 Apr 2024 15:23:52 -0700 Subject: [PATCH] Another round of colors --- website/src/components/DataGrid.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/components/DataGrid.astro b/website/src/components/DataGrid.astro index 4553db7..a2bbaf1 100644 --- a/website/src/components/DataGrid.astro +++ b/website/src/components/DataGrid.astro @@ -19,8 +19,8 @@ import 'ag-grid-community/styles/ag-theme-quartz.css'; --ag-background-color: #27272a; --ag-header-background-color: #3f3f46; --ag-odd-row-background-color: #3f3f46; - --good-color: rgb(22 101 52); - --bad-color: rgb(101 22 22); + --good-color: #15803d; + --bad-color: #b91c1c; } .good {