Remove image shadow.

This commit is contained in:
2025-06-05 19:57:50 +08:00
parent 6dca0bee7f
commit 9c6882a771

View File

@@ -85,7 +85,6 @@ article {
img {
border-radius: 8px;
max-height: 400px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
p:has(> img) {
margin: 16px 0;