From f89121ed3a4da5c98b59d59ccbfc09bca775684c Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Tue, 17 Aug 2021 10:10:21 +0200 Subject: [PATCH] Support for table headers --- static/css/general.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/general.css b/static/css/general.css index cc475cd..697d196 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -71,7 +71,7 @@ table { margin: 1rem 2rem; } -td { +td, th { border-style: solid; border-color: black; border-left: none; @@ -103,7 +103,7 @@ td { color: lightskyblue; } - table, td { + table, td, th { border-color: white; } } @@ -127,7 +127,7 @@ td { color: green; } - table, td { + table, td, th { border-color: black; } }