mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-06 12:07:30 -05:00
Fix table borders between th and td in same line
This commit is contained in:
@ -694,8 +694,7 @@ table.markdown td {
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.markdown th + th,
|
table.markdown :is(th, td) + :is(th, td) {
|
||||||
table.markdown td + td {
|
|
||||||
border-left: 2px solid var(--text-1);
|
border-left: 2px solid var(--text-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user