Commit 59f05e3

HPCesia <me@hpcesia.com>
2025-04-06 12:29:39
perf(markdown): fix some style
1 parent a31e54a
Changed files (1)
src
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)) {