Skip to content

Commit

Permalink
fix: code inside alert css leak (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrtsky authored May 28, 2021
1 parent 1e00113 commit 18a08e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultTheme/components/atoms/ProseCode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ code {
@apply text-xs leading-relaxed;
font-weight: 400;
color: inherit;
background-color: theme('colors.gray.100');
background-color: transparent !important;
border-radius: theme('borderRadius.md');
}
Expand Down

1 comment on commit 18a08e7

@vercel
Copy link

@vercel vercel bot commented on 18a08e7 May 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.