Skip to content

Commit 78dfdd4

Browse files
authored
fix(markdown): correct invalid text-decoration declaration (#8203)
1 parent bf84448 commit 78dfdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Markdown/Markdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298

299299
a {
300300
@apply text-brand-link;
301-
text-decoration: no underline;
301+
text-decoration: none;
302302
text-underline-offset: 2px;
303303
text-decoration-thickness: 1px;
304304
}

0 commit comments

Comments
 (0)