mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
fix(parser): 完善fold类型渲染
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user