Skip to content

Commit 8286a2c

Browse files
committed
✨ border more
1 parent 333d705 commit 8286a2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/styles/index.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,12 @@ img.border {
372372
border-image-source: url(https://gw.alipayobjects.com/zos/k/y1/lpOIMY.png);
373373
border-image-slice: 30;
374374
border-image-repeat: stretch;
375+
border-radius: 8px;
376+
clip-path: inset(0 round 6px);
375377
}
376378

379+
377380
.markdown-body img,
378381
.markdown-body video {
379-
border-radius: 6px;
382+
border-radius: 8px;
380383
}

0 commit comments

Comments
 (0)