Skip to content

Commit 9121eb1

Browse files
committed
fix: font size
1 parent 413be32 commit 9121eb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ code {
1616
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
1717
}
1818

19+
.prose {
20+
font-size: 1.05rem !important; /* text-lg */
21+
}
22+
1923
/* Styling for inline code blocks */
2024
.prose code:not(pre > code) {
2125
background-color: #242424; /* gray-600 */ /* Changed background color */

0 commit comments

Comments
 (0)