Support for table headers
This commit is contained in:
parent
8a352ee494
commit
f89121ed3a
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue