We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333d705 commit 8286a2cCopy full SHA for 8286a2c
1 file changed
src/styles/index.css
@@ -372,9 +372,12 @@ img.border {
372
border-image-source: url(https://gw.alipayobjects.com/zos/k/y1/lpOIMY.png);
373
border-image-slice: 30;
374
border-image-repeat: stretch;
375
+ border-radius: 8px;
376
+ clip-path: inset(0 round 6px);
377
}
378
379
+
380
.markdown-body img,
381
.markdown-body video {
- border-radius: 6px;
382
383
0 commit comments