Commit 59f05e3
Changed files (1)
src
styles
src/styles/markdown.css
@@ -52,6 +52,8 @@ article {
}
/* 基础文本元素 */
+ @apply wrap-break-word;
+
p:not(:first-child, :last-child) {
margin: 0.75rem 0;
}
@@ -60,6 +62,10 @@ article {
@apply text-primary underline decoration-dashed;
}
+ del {
+ @apply line-through opacity-70;
+ }
+
/* 媒体元素 */
img {
&:where(:not(inline img)) {