notion文章图片阴影

This commit is contained in:
tangly1024.com
2024-05-13 16:03:46 +08:00
parent 741528e9f2
commit b3db17faa5

View File

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