From f18c82157eb3981d0448cfc605a4a4e778bd00ef Mon Sep 17 00:00:00 2001 From: Xkeeper Date: Sun, 27 Aug 2017 16:05:23 -0700 Subject: [PATCH] layout: use tableheadtext color in .tdbgh Can't wait to see how much this breaks --- lib/layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/layout.php b/lib/layout.php index 20705cf..b640109 100644 --- a/lib/layout.php +++ b/lib/layout.php @@ -114,7 +114,7 @@ .tdbg1 {background:#$tablebg1} .tdbg2 {background:#$tablebg2} .tdbgc {background:#$categorybg} - .tdbgh {background:#$tableheadbg;} + .tdbgh {background:#$tableheadbg; color:$tableheadtext} .table {empty-cells: show; width: $tablewidth; border-top: #$tableborder 1px solid; border-left: #$tableborder 1px solid;}