优化:文章插图增加圆角样式 (#56)

This commit is contained in:
2022-09-17 00:32:41 +08:00
parent d36a9f5c36
commit fde151bab8

View File

@@ -11,3 +11,7 @@ pre, code, kbd, samp {
padding-top: 10px;
border-top: none;
}
.VPDoc .content-container img {
border-radius: 5px;
}