Skip to content

Commit 923aa35

Browse files
Fix code css blocks
1 parent 1382988 commit 923aa35

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@
112112
}
113113
}
114114

115+
.prose code {
116+
@apply text-red-400;
117+
}
118+
115119
/**
116120
* Here you would add any custom utilities you need that don't come out of the
117121
* box with Tailwind.

0 commit comments

Comments
 (0)