From f8b8e50b6f802fb2d52c6f784d0525da7face6d2 Mon Sep 17 00:00:00 2001 From: danleighton Date: Sun, 16 Feb 2020 19:32:37 +0000 Subject: [PATCH] Css for th --- local.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/local.css b/local.css index 723012e4b..68ddf9a72 100644 --- a/local.css +++ b/local.css @@ -15,6 +15,12 @@ footer { border-color: #e7e7e7; } +table th { + color: #eceeef; + background-color: #4A90E2; + border-color: #4A90E2; +} + /* Counter Headings Local */ body { counter-reset : h1; -- 2.30.2