fix table header color (#839)

Co-authored-by: Austin Crim <crim.austin@principal.com>
This commit is contained in:
Austin Crim 2021-07-23 16:40:47 -05:00 committed by GitHub
parent ef9fb1de96
commit 96f70c3f99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,7 +223,7 @@ tr:nth-of-type(odd) {
} }
th { th {
background: var(--color-black); background: var(--color-black);
color: white; color: var(--theme-color);
font-weight: bold; font-weight: bold;
} }
td, td,