From f73b2acb0db5560068f8d43d0c0582a19171d290 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 14 Apr 2020 15:39:56 +0200 Subject: [PATCH] table header styling --- static/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index a8a0944..b0503b6 100644 --- a/static/index.html +++ b/static/index.html @@ -78,6 +78,11 @@ .default { width: 50px; } + + .head { + background-color: #444; + color: white; + }