Skip to content

Commit b3db17f

Browse files
committed
notion文章图片阴影
1 parent 741528e commit b3db17f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

public/css/img-shadow.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* 图片阴影 */
2-
#notion-article img{
3-
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
4-
border-radius: 0.5rem;
2+
.notion-asset-wrapper-image img {
3+
box-shadow:
4+
rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
5+
rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
6+
border-radius: 0.5rem;
57
}

0 commit comments

Comments
 (0)