Skip to content

Commit e03135d

Browse files
committed
only apply box shadow to top-level table block
1 parent aa0f5d4 commit e03135d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/doc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@
207207
*/
208208
box-shadow: 0 0 0.25rem 0.25rem var(--color-white);
209209
}
210+
211+
.doc .content table.tableblock {
212+
box-shadow: none;
213+
}
210214
}
211215

212216
.doc table.tableblock + * {

0 commit comments

Comments
 (0)