From 211c4af256407f2a369d8a1036f29e980f19dbe6 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Thu, 17 Apr 2025 18:01:40 +0800 Subject: [PATCH] feat: support inline --- web/src/styles/globals.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; + } }