We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741528e commit b3db17fCopy full SHA for b3db17f
public/css/img-shadow.css
@@ -1,5 +1,7 @@
1
/* 图片阴影 */
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;
+.notion-asset-wrapper-image img {
+ box-shadow:
+ 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;
7
}
0 commit comments