Blue as default color for table header

This commit is contained in:
Marc Ducobu
2015-08-26 13:29:17 +02:00
parent 2b45d4cec5
commit 7dc3514e00
3 changed files with 11 additions and 8 deletions

View File

@@ -25,6 +25,8 @@ $form-border-size: 1px;
// Table
$table-head-bg-color: unset;
$table-head-text-color: $chill-blue;
$table-body-tr-bg-color-even: $chill-llight-gray;
$table-body-tr-bg-color-odd: $white;
$table-body-td-border: 1px solid $black;