fix(parser): 完善fold类型渲染

This commit is contained in:
BTMuli
2023-03-31 19:56:24 +08:00
parent cccf1f87c8
commit a4a55309bd
3 changed files with 21 additions and 14 deletions

View File

@@ -21,6 +21,17 @@
text-decoration: none;
}
.mys-post-details {
border: #35acce 2px solid;
padding: 10px;
border-radius: 10px;
}
.mys-post-details ::marker {
color: #35acce;
content: "✧";
}
.mys-post-divider {
margin: 20px auto;
}