Skip to content

Commit e6837b5

Browse files
authored
highlight inline code with link (#881)
1 parent 7cfe243 commit e6837b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

styles/main.css

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ body {
2222
background: transparent; /* Chrome/Safari/Webkit */
2323
}
2424

25+
a > code {
26+
@apply text-fire !important;
27+
}
2528

2629
@tailwind utilities;
2730

0 commit comments

Comments
 (0)