mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-10-04 07:36:33 +08:00
feat: support inline <code/>
This commit is contained in:
parent
a56a6f6e0e
commit
211c4af256
@ -205,4 +205,12 @@ textarea {
|
|||||||
@apply bg-muted;
|
@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