Support for table headers

This commit is contained in:
Jonas Tobias Hopusch 2021-08-17 10:10:21 +02:00
parent 8a352ee494
commit f89121ed3a
Failed to generate hash of commit
1 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ table {
margin: 1rem 2rem; margin: 1rem 2rem;
} }
td { td, th {
border-style: solid; border-style: solid;
border-color: black; border-color: black;
border-left: none; border-left: none;
@ -103,7 +103,7 @@ td {
color: lightskyblue; color: lightskyblue;
} }
table, td { table, td, th {
border-color: white; border-color: white;
} }
} }
@ -127,7 +127,7 @@ td {
color: green; color: green;
} }
table, td { table, td, th {
border-color: black; border-color: black;
} }
} }