Skip to content

Commit a4742c3

Browse files
feat: highlight inline code with a link (#694)
* feat: highlight inline code with a link * fix: apply color fix Co-authored-by: Martyanov Andrey <[email protected]> --------- Co-authored-by: Martyanov Andrey <[email protected]>
1 parent 18b42ca commit a4742c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/scss/_common.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,10 @@
342342
tab-size: var(--yfm-tab-size-code, inherit);
343343
}
344344

345+
a code {
346+
color: inherit;
347+
}
348+
345349
pre {
346350
word-wrap: normal;
347351
}

0 commit comments

Comments
 (0)