From 102d7c340a69c6bc4d58fff8a867ea9e7005bbad Mon Sep 17 00:00:00 2001 From: Benjamin Glitsos Date: Mon, 16 Sep 2024 15:14:33 +1000 Subject: [PATCH] Made the blue and red lighter --- docs/_static/styles/components/_colour_coded_table.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_static/styles/components/_colour_coded_table.scss b/docs/_static/styles/components/_colour_coded_table.scss index a95d9ca7e..de3d976fe 100644 --- a/docs/_static/styles/components/_colour_coded_table.scss +++ b/docs/_static/styles/components/_colour_coded_table.scss @@ -24,11 +24,11 @@ table.colour-coded-table { } &.low { - background-color: #ffd9dd; + background-color: #ffe3e6; } &.blank { - background-color: #d7eeff; + background-color: #e1f1fd; } } }