mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 05:15:58 -06:00
Fix table borders between th and td in same line
This commit is contained in:
parent
ebaa1de00b
commit
d7647a0b6f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user