Skip to content

Commit 434e77c

Browse files
committed
highlight inline code with link
1 parent 7cfe243 commit 434e77c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

styles/main.css

Lines changed: 3 additions & 0 deletions
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)