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; } }