Skip to content

Commit 652b88e

Browse files
committed
fix: 移动适配
1 parent 7f0346d commit 652b88e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/styles/markdown.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
a:not(.no-styling) {
23-
@apply relative bg-none link font-medium text-[var(--primary)]
23+
@apply relative bg-none font-medium text-[var(--primary)]
2424
underline decoration-[var(--link-underline)] decoration-1 decoration-dashed underline-offset-4;
2525
box-decoration-break: clone;
2626
-webkit-box-decoration-break: clone;
@@ -119,3 +119,4 @@
119119
}
120120

121121
}
122+

0 commit comments

Comments
 (0)