mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
feat: support inline <code/>
This commit is contained in:
parent
a56a6f6e0e
commit
211c4af256
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user