We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06f386 commit 37dea77Copy full SHA for 37dea77
app/src/App/input.css
@@ -3,3 +3,9 @@
3
@plugin "@tailwindcss/forms";
4
@plugin "@tailwindcss/typography";
5
@custom-variant dark (&:where(.dark, .dark *));
6
+
7
+/* Inline code: monospace fonts render larger at the same font-size,
8
+ so scale down to visually match surrounding body text. */
9
+.prose :where(code):not(:where(pre *)) {
10
+ font-size: 0.875em;
11
+}
0 commit comments