:not(pre) > code[class*="lang-"],
:not(pre) > code[class*="language-"],
pre[class*="lang-"],
pre[class*="language-"] {
  background: theme(colors.gray.100) !important;
  border-radius: 0.75rem;
  box-shadow: inset 0 0 0 1px #00000017;
}

code {
  color: theme(colors.slate.900) !important;
}
