We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0346d commit 652b88eCopy full SHA for 652b88e
1 file changed
src/styles/markdown.css
@@ -20,7 +20,7 @@
20
}
21
22
a:not(.no-styling) {
23
- @apply relative bg-none link font-medium text-[var(--primary)]
+ @apply relative bg-none font-medium text-[var(--primary)]
24
underline decoration-[var(--link-underline)] decoration-1 decoration-dashed underline-offset-4;
25
box-decoration-break: clone;
26
-webkit-box-decoration-break: clone;
@@ -119,3 +119,4 @@
119
120
121
122
+
0 commit comments