Skip to content

Commit bd34484

Browse files
committed
fix: Remove background color from code styling in main.css
1 parent 803f478 commit bd34484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/assets/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ h3 {
4141
}
4242

4343
code {
44-
@apply p-1 rounded bg-gray-100 font-mono text-sm;
44+
@apply p-1 rounded font-mono text-sm;
4545
}

0 commit comments

Comments
 (0)