diff --git a/web/src/styles/globals.css b/web/src/styles/globals.css index fe4cce6..c3012f7 100644 --- a/web/src/styles/globals.css +++ b/web/src/styles/globals.css @@ -205,4 +205,12 @@ textarea { @apply bg-muted; } } + + code:not([class*="language-"]) { + @apply bg-muted; + @apply rounded-md; + @apply px-1; + @apply py-0.5; + @apply border; + } }