diff --git a/src/defaultTheme/components/atoms/ProseCode.vue b/src/defaultTheme/components/atoms/ProseCode.vue index 74f8c1c76..d42c48ca8 100644 --- a/src/defaultTheme/components/atoms/ProseCode.vue +++ b/src/defaultTheme/components/atoms/ProseCode.vue @@ -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'); }