Fix table borders between th and td in same line

This commit is contained in:
2023-01-26 16:43:46 -06:00
parent ebaa1de00b
commit d7647a0b6f

View File

@ -694,8 +694,7 @@ table.markdown td {
padding: 8px;
}
table.markdown th + th,
table.markdown td + td {
table.markdown :is(th, td) + :is(th, td) {
border-left: 2px solid var(--text-1);
}