Skip to content

Commit

Permalink
Fix inline code and codeblock styles in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nichochar committed Jul 12, 2024
1 parent 8bc80cd commit 624b47a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
@apply px-1;
@apply py-0.5;
@apply mx-0.5;
@apply bg-inline-code;
@apply bg-muted;
@apply text-inline-code-foreground;
}
}
Expand Down Expand Up @@ -230,8 +230,8 @@

.sb-prose pre {
@apply overflow-x-auto;
@apply bg-primary;
@apply text-primary-foreground;
@apply bg-muted;
@apply text-foreground;
@apply text-base;
@apply p-4;
@apply rounded-sm;
Expand Down

0 comments on commit 624b47a

Please sign in to comment.