Skip to content

Commit 97516c9

Browse files
committed
use softer box shadow on table
1 parent 8904b2c commit 97516c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/doc.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,10 @@
212212

213213
@media screen and (min-width: 1024px) {
214214
.doc table.tableblock {
215+
/*
215216
box-shadow: 5px 0 0 var(--color-white);
217+
*/
218+
box-shadow: 0 0 0.25rem 0.25rem var(--color-white);
216219
}
217220
}
218221

0 commit comments

Comments
 (0)