From b3db17faa5474f7362495fd2ae7a8dc4f132c1af Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 13 May 2024 16:03:46 +0800 Subject: [PATCH] =?UTF-8?q?notion=E6=96=87=E7=AB=A0=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E9=98=B4=E5=BD=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/img-shadow.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/css/img-shadow.css b/public/css/img-shadow.css index ea7bfdff..00a9078d 100644 --- a/public/css/img-shadow.css +++ b/public/css/img-shadow.css @@ -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; }