File size: 166 Bytes
1b72d7e
 
 
 
 
1
2
3
4
5
6
/* 图片阴影 */
#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;
}