From a378ab4b283a10138be5cf778d52692ec2c72d31 Mon Sep 17 00:00:00 2001 From: piratefinn Date: Thu, 7 Sep 2017 17:45:20 +0100 Subject: [PATCH] headers for tables changed --- src/scss/_custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scss/_custom.scss b/src/scss/_custom.scss index 6ac457b..08dacc5 100644 --- a/src/scss/_custom.scss +++ b/src/scss/_custom.scss @@ -9,6 +9,11 @@ .table-hover tbody tr:hover td { background-color: $table-bg-hover; } + +.table thead tr { + background-color: #0f81a8; + color: #e8ebed; +} // white title font variant on type-2 as defined in _widgets.css .horizontal-bars { padding: 0;