fix table header color (#839)
Co-authored-by: Austin Crim <crim.austin@principal.com>
This commit is contained in:
parent
ef9fb1de96
commit
96f70c3f99
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ tr:nth-of-type(odd) {
|
|||
}
|
||||
th {
|
||||
background: var(--color-black);
|
||||
color: white;
|
||||
color: var(--theme-color);
|
||||
font-weight: bold;
|
||||
}
|
||||
td,
|
||||
|
|
Loading…
Reference in a new issue