From d6738a9bae2b53634ff048e904280966d7e125d2 Mon Sep 17 00:00:00 2001 From: Kenneth Cheung Date: Thu, 7 May 2026 13:49:51 -0400 Subject: [PATCH] change color of submatrix header --- bases/behave_components/resources/public/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bases/behave_components/resources/public/css/styles.css b/bases/behave_components/resources/public/css/styles.css index 8608f68b..64bc47b4 100644 --- a/bases/behave_components/resources/public/css/styles.css +++ b/bases/behave_components/resources/public/css/styles.css @@ -2080,7 +2080,7 @@ p { border: 1px solid var(--lightblue-5); text-align: center; color: var(--white); - background-color: var(--darkblue-2); + background-color: var(--medblue-2); } .table__title th,