From 96f70c3f9977def0c69c1bd3d56a920004aa3e5a Mon Sep 17 00:00:00 2001 From: Austin Crim Date: Fri, 23 Jul 2021 16:40:47 -0500 Subject: [PATCH] fix table header color (#839) Co-authored-by: Austin Crim --- docs/public/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public/index.css b/docs/public/index.css index 8b81cf391..34acc7803 100644 --- a/docs/public/index.css +++ b/docs/public/index.css @@ -223,7 +223,7 @@ tr:nth-of-type(odd) { } th { background: var(--color-black); - color: white; + color: var(--theme-color); font-weight: bold; } td,