layout: use tableheadtext color in .tdbgh

Can't wait to see how much this breaks
This commit is contained in:
Xkeeper 2017-08-27 16:05:23 -07:00
parent 551d9f900c
commit f18c82157e

View File

@ -114,7 +114,7 @@
.tdbg1 {background:#$tablebg1} .tdbg1 {background:#$tablebg1}
.tdbg2 {background:#$tablebg2} .tdbg2 {background:#$tablebg2}
.tdbgc {background:#$categorybg} .tdbgc {background:#$categorybg}
.tdbgh {background:#$tableheadbg;} .tdbgh {background:#$tableheadbg; color:$tableheadtext}
.table {empty-cells: show; width: $tablewidth; .table {empty-cells: show; width: $tablewidth;
border-top: #$tableborder 1px solid; border-top: #$tableborder 1px solid;
border-left: #$tableborder 1px solid;} border-left: #$tableborder 1px solid;}