Skip to content

Commit

Permalink
fix: code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jan 2, 2024
1 parent c3c8cdf commit 833431e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MarkdownContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ $header-anchor-offset-top: calc(var(--kui-space-80, $kui-space-80) + 2px);
}
// Inline code within the content area
p code {
p code,
td code {
background: var(--kui-color-background-neutral-weaker, $kui-color-background-neutral-weaker);
border-radius: var(--kui-border-radius-20, $kui-border-radius-20);
color: $kui-color-text;
Expand Down

0 comments on commit 833431e

Please sign in to comment.