Fix garbg scheme table head text color

This commit is contained in:
Sanqui 2021-06-28 13:35:09 -07:00
parent 8f69a7f55f
commit 5bebc0c7fb

View File

@ -25,7 +25,7 @@
$linkcolor4 = 'CCE8FF'; # Hover $linkcolor4 = 'CCE8FF'; # Hover
$tableborder = '000011'; # Border color for tables $tableborder = '000011'; # Border color for tables
$tableheadtext = '002549'; # Table header text color $tableheadtext = 'bdd8f1'; # Table header text color
$tableheadbg = '000921'; # Table header background (you can use images) $tableheadbg = '000921'; # Table header background (you can use images)
$categorybg = '002864'; # Category BG $categorybg = '002864'; # Category BG
$tablebg1 = '001E4B'; # Table cell 1 background $tablebg1 = '001E4B'; # Table cell 1 background