/* Allow commonmarker's inline syntax highlighting styles to take precedence over Tailwind prose overrides */
.prose pre[style] {
  background-color: revert;
  color: revert;
}
.prose pre[style] code {
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: inherit;
  border-radius: 0;
}
.prose pre[style] code span {
  color: inherit;
}
