Skip to content

Commit 27483f4

Browse files
committed
fix(markdown): correct invalid text-decoration declaration
1 parent 987108a commit 27483f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)