Skip to content

Commit 448a52a

Browse files
Merge pull request #184 from donaldwasserman/staging
Fix code css blocks
2 parents 1382988 + 923aa35 commit 448a52a

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)